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:
parent
af0740386d
commit
8d287c3e66
6 changed files with 71 additions and 3 deletions
8
bin/nux-note
Executable file
8
bin/nux-note
Executable 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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue