view paste/paste.30276 @ 3478:b17523fec21b

<boily> learn fternooner (Danish \xc2\xbbfternooner\xc2\xab, Norwegian \xc2\xabttermiddag\xc2\xbb, Swedish \xe2\x80\x9dftermiddag\xe2\x80\x9d) is a screamingly delicious pastry.
author HackBot
date Tue, 27 Aug 2013 13:56:28 +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"