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
/
snippets
/
bash_read_from_pipe
blob: 47d22b829ef6b67bfad4b50c885032abaad601d0 (
plain
)
1
2
3
4
shopt -s lastpipe; set +m; echo bar | read foo echo $foo