view bin/addquote @ 1650:6a5a4126a0c2

<c00kiemon5ter> sed -i \'s/file\\[/files[/\' bin/pseen
author HackBot
date Tue, 22 Jan 2013 14:53:36 +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"