summaryrefslogtreecommitdiff
path: root/etc/functions/xcat
blob: 3b74fe94ff84fe01939ee58eeed11c6bb0dd9cb1 (plain)
1
2
3
4
5
## vim:ft=zsh
while [[ -n $1 ]] {
	[[ -r $1 ]] && cat $1
	shift
}