Skip to content

Instantly share code, notes, and snippets.

@nosmo
Created December 10, 2019 17:26
Show Gist options
  • Select an option

  • Save nosmo/e9b534823eda74949d87697837ae0b67 to your computer and use it in GitHub Desktop.

Select an option

Save nosmo/e9b534823eda74949d87697837ae0b67 to your computer and use it in GitHub Desktop.
NAME="note"
if [ $# == 1 ]; then
NAME=$1
fi
emacs ~/Documents/`date +"%Y%m%d.%H%M"`."$NAME".md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment