-
-
Save rothmichaels/4c119eb9814d0ee61b6de56a1c693605 to your computer and use it in GitHub Desktop.
Quick notes on the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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