aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/task
diff options
context:
space:
mode:
Diffstat (limited to 'tools/task')
-rwxr-xr-xtools/task/tkk6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/task/tkk b/tools/task/tkk
new file mode 100755
index 0000000..af2dcfe
--- /dev/null
+++ b/tools/task/tkk
@@ -0,0 +1,6 @@
1#! /bin/bash
2
3PS1='task '
4while read -r -p 'task ' line </dev/tty; do
5 task $line
6done