view bin/addquote @ 1150:b82583949223

<GreyKnight> rm penlight-1.0.0-1.rockspec tempgk.*
author HackBot
date Fri, 14 Dec 2012 22:52:14 +0000
parents ee2e8950bb3c
children 48427dffea8d
line wrap: on
line source

#!/bin/sh
[ "$1" ] || exit 1
printf "%s\n" "$1" >>quotes
printf "%d) %s" $(qc | cut -d' ' -f1) "$1"