summaryrefslogtreecommitdiff
path: root/stringify
blob: 7dec124d5b7a877a6f0f71a17f1bf5728bee1822 (plain)
1
2
3
4
5
# `stringify foo bar' should output `"foo","bar",' (without any newlines).
for arg
do
	echo \"$arg\",
done | tr -d "\012"