view bin/addquote @ 2063:c530b99ef404

<shachaf> sed -i s/shachaf// bin/list
author HackBot
date Fri, 08 Feb 2013 07:43:47 +0000
parents c091565553db
children 1c1429d055bc
line wrap: on
line source

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