path: abs-guide_10-4/kill-process.sh
# The pid is needed by 'kill' (can't 'kill' by program name).
if [ -z "$t" ]           # If process not present, 'pidof' returns null.
then
  echo "Process $process was not running."
