source: vendor/bash/3.1-p17/examples/functions/shcat

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 57 bytes
Line 
1shcat()
2{
3 while read -r line
4 do
5 echo "$line"
6 done
7}
Note: See TracBrowser for help on using the repository browser.