Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 748c784ae784076f5c709a244bd2165e > files > 110

bash-doc-4.4-23.1.2.mga7.armv7hl.rpm

shcat()
{
	while read -r ; do
		printf "%s\n" "$REPLY"
	done
}

if [ -n "$1" ]; then
	shcat < "$1"
else
	shcat
fi