changeset 992:60b0ea0997cc

<elliott> rm bin/delquotee
author HackBot
date Sun, 09 Dec 2012 09:35:07 +0000
parents 11bd91758e77
children d11d835e4462
files bin/delquotee
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/bin/delquotee	Sun Dec 09 09:34:40 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/bin/sh
-id=$1
-expr "$1" + 0 >/dev/null 2>&1 || exit 1
-head -n $((id-1)) quotes >quotes.new
-tail -n +$((id+1)) quotes >>quotes.new
-diff quotes quotes.new >/dev/null && exit 1
-echo "*poof*$(quote $id | cut -d')' -f2-)"
-mv quotes.new quotes
-