This website requires JavaScript.
Explore
Help
Sign in
dmbcs
/
i-bash
Watch
1
Star
0
Fork
You've already forked i-bash
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7234797715
i-bash
/
examples
/
functions
/
shcat
8 lines
57 B
Text
Raw
Normal View
History
Unescape
Escape
Imported from ../bash-1.14.7.tar.gz.
1996-08-26 18:22:31 +00:00
shcat()
{
Imported from ../bash-2.0.tar.gz.
1996-12-23 17:02:34 +00:00
while read -r line
Imported from ../bash-1.14.7.tar.gz.
1996-08-26 18:22:31 +00:00
do
echo "$line"
done
}
Reference in a new issue
Copy permalink