1
1
Fork 0

did some basic documentation in journal.sh

This commit is contained in:
David Starzengruber 2012-04-08 23:29:16 +02:00
parent da9910784a
commit c5c5fb6f8a
1 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,17 @@
#!/bin/bash
# journal script for keeping
# track of what i do and think
#
# journal script for keeping
# track of what i do and think
#
# it makes sence you add a bash alias like this to your ~/.bashrc
# alias='/path/to/journal.sh /path/to/outputfile.txt'
# do that and you can use journal as follows:
# usage: journal
# journal read
# journal edit
#check if output file is given as first option