aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/task
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-06 21:44:50 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-06 21:44:50 +0800
commit6c1f7511175232a44593bf052e648e669f81e737 (patch)
tree4ebae5486f1f1e17ab80daf2b0d732336a2ce2e1 /bin/task
parent71dce3a13572fdae0ce5f7b1169c69ea9610d800 (diff)
Update
Diffstat (limited to 'bin/task')
-rwxr-xr-xbin/task/tkk7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/task/tkk b/bin/task/tkk
deleted file mode 100755
index 148d3f6..0000000
--- a/bin/task/tkk
+++ /dev/null
@@ -1,7 +0,0 @@
1#! /bin/bash
2
3PS1='task '
4while true; do
5 read -r -p 'task ' line </dev/tty;
6 task $line
7done