view bin/addquote @ 5025:0373e583e1cd

<Bike> gcc -Wall hello.c
author HackBot
date Tue, 07 Oct 2014 00:21:08 +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"