view bin/addquote @ 5086:295d813612d3

<fizzie> ! glass {M[mxA!a1=b0=c(10)=/ccc*1xs.?=\\]}
author HackBot
date Sat, 18 Oct 2014 21:48:01 +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"