Skip to content

Instantly share code, notes, and snippets.

@mbadran
Created March 8, 2009 12:32
Show Gist options
  • Save mbadran/75771 to your computer and use it in GitHub Desktop.
Save mbadran/75771 to your computer and use it in GitHub Desktop.
my .bash_logout
echo -en "\nduration: "
echo -e "`expr $SECONDS / 3600` hours `expr $SECONDS / 60` mins `expr $SECONDS % 60` secs\n"
sleep 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment