annotate bin/addquote @ 1437:0abbd47bf661

<GreyKnight> echo "Monads are like overloading the semicolon." >> wisdom/monad_analogies
author HackBot
date Sat, 12 Jan 2013 00:56:07 +0000
parents ee2e8950bb3c
children 48427dffea8d
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
1001
ee2e8950bb3c <oerjan> revert 999
HackBot
parents: 1000
diff changeset
4 printf "%d) %s" $(qc | cut -d' ' -f1) "$1"