1shcat()
2{
3	while read -r line
4	do
5		echo "$line"
6	done
7}
8