comparison bin/addquote @ 1001:ee2e8950bb3c

<oerjan> revert 999
author HackBot
date Sun, 09 Dec 2012 22:07:20 +0000
parents d70bcf1800e0
children 48427dffea8d
comparison
equal deleted inserted replaced
1000:d70bcf1800e0 1001:ee2e8950bb3c
1 #!/bin/sh 1 #!/bin/sh
2 [ "$1" ] || exit 1 2 [ "$1" ] || exit 1
3 printf "%s\n" "$1" >>quotes 3 printf "%s\n" "$1" >>quotes
4 echo $(qc | cut -d' ' -f1)") $1" 4 printf "%d) %s" $(qc | cut -d' ' -f1) "$1"