view bin/addquote @ 5493:745dc4d8a920

<mroman_> echo Hi >> Complaints
author HackBot
date Tue, 09 Jun 2015 07:59:25 +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"