Skip to content

Instantly share code, notes, and snippets.

@rothmichaels
Created November 6, 2016 17:31
Show Gist options
  • Select an option

  • Save rothmichaels/4c119eb9814d0ee61b6de56a1c693605 to your computer and use it in GitHub Desktop.

Select an option

Save rothmichaels/4c119eb9814d0ee61b6de56a1c693605 to your computer and use it in GitHub Desktop.
Quick notes on the command line
#!/bin/sh
OUTFILE="$HOME/Dropbox/org/notes-$(date '+%Y%m%d').txt"
cat >> "$OUTFILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment