view paste/paste.25431 @ 4003:c6defe7626bb

<kmc> echo \'const int main[] = { 14776, 3942977280, 247 };\' > fb.c && gcc -o fb fb.c && ./fb
author HackBot
date Wed, 13 Nov 2013 15:51:15 +0000
parents 66ce10869c57
children
line wrap: on
line source

#!/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
printf "*poof*%s" "$(quote $id | cut -d')' -f2-)"
mv quotes.new quotes