annotate bin/addquote @ 2258:56b44962d782

<Jafet> pastelog horizontal
author HackBot
date Tue, 26 Feb 2013 18:02:30 +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"