Skip to content

Instantly share code, notes, and snippets.

@maxsu
Created July 12, 2012 12:09
Show Gist options
  • Save maxsu/3097761 to your computer and use it in GitHub Desktop.
Save maxsu/3097761 to your computer and use it in GitHub Desktop.
A basic changelog writing, note taking script. Notice the bugs.
#!/bin/dash
logdir=~/logs
log=$logdir/changelog
echo '\n' >> $log
date >> $log
nano $log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment