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