view bin/addquote @ 1399:143cba08bc7e

<FireFly> addquote *poof* *poof*
author HackBot
date Fri, 11 Jan 2013 22:30:09 +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"