view paste/paste.30276 @ 1071:2295d436a40f

<oerjan> echo \'Agent "\xc3\x8fa" Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving.\' >wisdom/ais523
author HackBot
date Fri, 14 Dec 2012 07:28:53 +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"