view bin/addquote @ 5345:3972035a019e

<oerjan> ` mv bin/{welcome13,jrypbzr}
author HackBot
date Mon, 04 May 2015 22:18:19 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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