annotate bin/pastequotes @ 246:ec6551229ecb

<nortti> run echo > tmp.lolo; for i in *; do fortune >> tmp.lolo; echo '---' >> tmp.lolo; done; cat tmp.lolo | paste; rm tmp.lolo
author HackBot
date Mon, 16 Apr 2012 21:23:33 +0000
parents e037173e0012
children 8fadb562842e 655956824d41
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 #!/bin/sh
e037173e0012 Initial import.
HackBot
parents:
diff changeset
2 if [ "$1" ]; then quote "$1"; else allquotes; fi | paste