summaryrefslogtreecommitdiff
path: root/bin/showalltype.sh
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-02-16 15:57:40 -0500
committerluxagraf <sng@luxagraf.net>2020-02-16 15:57:40 -0500
commit2a9538f7711dcea71ba5702ca94a9d9c00287ea4 (patch)
treee0fe5ea7c909b01e10bf6a8dd4abcb619b6924c9 /bin/showalltype.sh
parent3165ef5abdb298108efa2ba3d339f70ca966315a (diff)
added the rest of bin
Diffstat (limited to 'bin/showalltype.sh')
-rwxr-xr-xbin/showalltype.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/showalltype.sh b/bin/showalltype.sh
new file mode 100755
index 0000000..5a6c606
--- /dev/null
+++ b/bin/showalltype.sh
@@ -0,0 +1,8 @@
+GREEN=$(tput setaf 2; tput bold)
+NORMAL=$(tput sgr0)
+function green() {
+ echo "$GREEN$*$NORMAL"
+}
+
+clear
+python ~/bin/alltasks_by_type.py $1