diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-06 21:44:50 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-06 21:44:50 +0800 |
commit | 6c1f7511175232a44593bf052e648e669f81e737 (patch) | |
tree | 4ebae5486f1f1e17ab80daf2b0d732336a2ce2e1 /bin/task | |
parent | 71dce3a13572fdae0ce5f7b1169c69ea9610d800 (diff) |
Update
Diffstat (limited to 'bin/task')
-rwxr-xr-x | bin/task/tkk | 7 |
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 | |||
3 | PS1='task ' | ||
4 | while true; do | ||
5 | read -r -p 'task ' line </dev/tty; | ||
6 | task $line | ||
7 | done | ||