annotate bin/addquote @ 4923:c9619115046f

<oerjan> revert
author HackBot
date Mon, 29 Sep 2014 08:10:12 +0000
parents 7f957c1f4661
children
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
4531
7f957c1f4661 <oerjan> revert
HackBot
parents: 4530
diff changeset
4 printf "%d) %s" $(qc | cut -d' ' -f1) "$1"