view bin/addquote @ 2113:1c1429d055bc

<ais523> revert 3
author HackBot
date Wed, 13 Feb 2013 00:16:35 +0000
parents c091565553db
children 7914d7e0b500
line wrap: on
line source

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