Skip to content

Instantly share code, notes, and snippets.

@themartorana
Created August 2, 2012 19:31
Show Gist options
  • Save themartorana/3239955 to your computer and use it in GitHub Desktop.
Save themartorana/3239955 to your computer and use it in GitHub Desktop.
Common way
#!/bin/sh
START=`date +%s`
# Do stuff here
END=`date +%s`
ELAPSED=$(( $END - $START ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment