From 2a9538f7711dcea71ba5702ca94a9d9c00287ea4 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 16 Feb 2020 15:57:40 -0500 Subject: added the rest of bin --- bin/showalltype.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/showalltype.sh (limited to 'bin/showalltype.sh') 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 -- cgit v1.2.3-70-g09d2