view paste/paste.5734 @ 2359:c07dedb229d4

<oerjan> echo "Agent \\"I\xc3\xa4\\" Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving. On the 3rd of March, he\'s lawful good." > wisdom/ais523
author HackBot
date Sun, 03 Mar 2013 21:16:59 +0000
parents 6568d45e3294
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"