diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -387,6 +387,10 @@ flag() { printf "%s\n" "FLAG: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt } +consider() { + printf "%s\n" "CONSIDER: $*" >> ~/Documents/Notes/Scratch/scratchpad.txt +} + # get best audio of YouTube file or playlist (just use the right URL) |