view bin/addquote @ 1571:ab45095e0a01

<Gregor> learn California is pronounced "Caliphate-ornery-I-A"
author HackBot
date Sun, 20 Jan 2013 00:35:54 +0000
parents c091565553db
children 1c1429d055bc
line wrap: on
line source

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