view bin/addquote @ 6647:4aa157eb793d

<coppro> mkx bin/5quote//quote;quote;quote;quote;quote;
author HackBot
date Tue, 09 Feb 2016 00:21:09 +0000
parents 56dcce63901b
children e1ce00d00682
line wrap: on
line source

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