view bin/addquote @ 4530:03afb1619ef2

<elliott> revert 1
author HackBot
date Sun, 16 Mar 2014 01:51:13 +0000
parents 7914d7e0b500
children 7f957c1f4661
line wrap: on
line source

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