annotate bin/addquote @ 1900:4088d6232934

<ais523> pastequotes elliott
author HackBot
date Wed, 30 Jan 2013 06:03:11 +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"