init
This commit is contained in:
commit
90f92d4c66
20 changed files with 425 additions and 0 deletions
7
bin/journal
Executable file
7
bin/journal
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
ENTRY=$@
|
||||
if [ -n "$ENTRY" ]; then
|
||||
echo "`date -Is`\t$@" >> journal
|
||||
fi
|
||||
cat journal
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue