index
:
external_bash.git
replicant-4.2
external/bash
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
functions
/
shcat
blob: c5d3d630b08fcaa4326212b2ba51045be9329d52 (
plain
)
1
2
3
4
5
6
7
shcat() { while read -r line do echo "$line" done }