view paste/paste.30276 @ 6254:2171053a45fd

<oerjan> learn \xea\x99\xae is the official Unicode character of #esoteric.
author HackBot
date Wed, 25 Nov 2015 08:42:23 +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"