diff options
Diffstat (limited to 'kanbanscripts/showall.sh')
-rwxr-xr-x | kanbanscripts/showall.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kanbanscripts/showall.sh b/kanbanscripts/showall.sh new file mode 100755 index 0000000..968e6ce --- /dev/null +++ b/kanbanscripts/showall.sh @@ -0,0 +1,4 @@ +clear +echo '---- ALL TASKS -----' +python ~/bin/kanbanscripts/alltasks.py +echo '----' |