view bin/addquote @ 2339:d693544a0ef5

<oerjan> sed -i "6ap=list(re.sub(\'C+\',\'C\',\'\'.join(p)))" bin/colorize
author HackBot
date Fri, 01 Mar 2013 03:37:10 +0000
parents 7914d7e0b500
children 03afb1619ef2
line wrap: on
line source

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