- Added more sample banners for taskwarrior.org.
This commit is contained in:
Paul Beckingham
2010-09-12 15:12:05 -04:00
parent 9aedaba7f2
commit 084d104c2f
5 changed files with 109 additions and 1 deletions

19
doc/misc/run.sample.color Executable file
View File

@@ -0,0 +1,19 @@
#! /bin/bash
# Small script to create a fragment of output for display on the front page
# of taskwarrior.org, as a teaser.
rm pending.data completed.data undo.data
echo 'data.location=.' > x
echo '_forcecolor=on' >> x
echo 'include /usr/local/share/doc/task/rc/dark-green-256.theme' >> x
# Now the visible part.
echo
echo '$ task color'
task rc:x color
exit