Skip to content

Instantly share code, notes, and snippets.

@codatory
Created July 16, 2011 23:57
Show Gist options
  • Save codatory/1086949 to your computer and use it in GitHub Desktop.
Save codatory/1086949 to your computer and use it in GitHub Desktop.
Take Note
# A bash profile snippet to timestamp and store passed text in
# a notefile for later retrieval
take_note() {
DATE=`date`
echo ${DATE} - $* >> ~/notefile
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment