summaryrefslogtreecommitdiff
path: root/kanbanscripts/showall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kanbanscripts/showall.sh')
-rwxr-xr-xkanbanscripts/showall.sh4
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 '----'