view paste/paste.30276 @ 9602:912d03d24e4d

<boily> le/rn \xc3\xbc/\xc3\xbc is the ridiculously happy derivative of the letter \xe2\x80\x98u\xe2\x80\x99 with respect to time.
author HackBot
date Wed, 02 Nov 2016 00:16:52 +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"