Patch-ID: bash40-021
[bash.git] / examples / functions / shcat
blobc5d3d630b08fcaa4326212b2ba51045be9329d52
1 shcat()
3         while read -r line
4         do
5                 echo "$line"
6         done