diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-14 15:16:23 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-14 15:16:23 +0800 |
| commit | 4fa470bd9e66de687b0c8093d121a6f44bfbcc0a (patch) | |
| tree | 83c485163384fecfdd392675c180af2c52b14e1b /tools | |
| parent | 723e88f0d94b076e4d9978a95d76b57a7332b730 (diff) | |
Update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/task/tkk | 6 |
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 | |||
| 3 | PS1='task ' | ||
| 4 | while read -r -p 'task ' line </dev/tty; do | ||
| 5 | task $line | ||
| 6 | done | ||