view bin/addquote @ 1120:b8ccb05a333a

<GreyKnight> cp luabuild/lua-5.2.1/src/luac /hackenv/bin
author HackBot
date Fri, 14 Dec 2012 22:02:33 +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"