1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-13 13:44:28 +01:00

WIP: Forgotten

This commit is contained in:
Tony Tkáčik 2016-04-26 11:02:52 +02:00
parent af0740386d
commit 8d287c3e66
6 changed files with 71 additions and 3 deletions

8
bin/nux-note Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
DATE_FORMAT="%Y-%m-%d %H:%M"
NOTE_FILE=$1;
shift;
# FIXME: Add possibility to specify note aliases & help
echo $(date "+$DATE_FORMAT") $* ">> $NOTE_FILE";