diff options
| -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 | ||