index
:
helper
configure
coproc
dev
files
foo
My daily-use scripts and dotfiles. Maybe you'll find something useful here
pham <pham@topo.tw>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
task
/
tkk
blob: af2dcfeb4aae09d007cdbc02f20f5605bcdeb97c (
plain
)
1
2
3
4
5
6
#! /bin/bash PS1='task ' while read -r -p 'task ' line </dev/tty; do task $line done