annotate bin/addquote @ 3142:78ce1b0d5593

<shachaf> echo \'sh -c "$1"\' > bin/rum; chmod +x bin/run
author HackBot
date Sun, 16 Jun 2013 21:44:22 +0000
parents 7914d7e0b500
children 03afb1619ef2
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 [ "$1" ] || exit 1
e037173e0012 Initial import.
HackBot
parents:
diff changeset
3 printf "%s\n" "$1" >>quotes
2114
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents: 2113
diff changeset
4 printf "%d) %s" $(qc | cut -d' ' -f1) "$1"