view bin/addquote @ 1493:48427dffea8d

<FreeFull> revert 4
author HackBot
date Sat, 12 Jan 2013 20:05:34 +0000
parents ee2e8950bb3c
children c091565553db
line wrap: on
line source

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