A file-based task manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 7 lines 133 B view raw
1 2index.html: readme 3 pandoc -s -f markdown -t html5 -o $target $prereq 4 5deploy:V: index.html readme 6 rsync -rv $prereq pgs.sh:/tsk/ 7