aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-08-14 15:16:23 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-08-14 15:16:23 +0800
commit4fa470bd9e66de687b0c8093d121a6f44bfbcc0a (patch)
tree83c485163384fecfdd392675c180af2c52b14e1b /tools
parent723e88f0d94b076e4d9978a95d76b57a7332b730 (diff)
Update
Diffstat (limited to 'tools')
-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