view paste/paste.30276 @ 2410:ee80f43f37ff

<Taneb> addquote <boily> it\'s raining in newcastle, therefore the elliotts are distinct. <tswett> boily\'s Newcastle Theorem.
author HackBot
date Fri, 08 Mar 2013 19:40:15 +0000
parents edc576a78ad1
children
line wrap: on
line source

#!/bin/bash
if [ ! "$1" ]
then
    PASTE=-
else
    PASTE="$1"
fi

PASTENUM="$RANDOM"

mkdir -p $HACKENV/paste

echo 'http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.'"$PASTENUM"
cat "$PASTE" > $HACKENV/paste/paste."$PASTENUM"