view bin/addquote @ 4798:b3b11a73cd92

<oerjan> revert
author HackBot
date Wed, 10 Sep 2014 11:46:41 +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"