view bin/addquote @ 5206:3f5d11452d5b

<Taneb> ` echo "if [ ($date +%Y) = \\"2014\\" ]" >> bin/2014
author HackBot
date Wed, 31 Dec 2014 20:25:39 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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