#!/bin/bash

echo The current directory is $PWD
echo The current users are $(who)

exit 0
