summaryrefslogtreecommitdiff
blob: 5f1f5689cbe2345b8aa6f1231e7433662ddeed13 (plain)
1
2
3
4
5
# Header.

for myvar in "the first" "the second" "and the third" ; do
	einfo "This is ${myvar}"
done