annotate bin/addquote @ 2046:8fe4be4d2163

<boily> list
author HackBot
date Thu, 07 Feb 2013 21:48:40 +0000
parents c091565553db
children 1c1429d055bc
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
1497
c091565553db <elliott> revert 1492
HackBot
parents: 1493
diff changeset
4 printf "%d) %s" $(qc | cut -d' ' -f1) "$1"