view bin/addquote @ 5443:cd5639827488

<oerjan> le/rn plain tex/Plain TeX is plain annoying.
author HackBot
date Sun, 07 Jun 2015 03:57:52 +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"