view paste/paste.30276 @ 11000:ce903bef1a4b

<hppavilion[1]> le/rn Russell\'s Teapot//Russell\'s little Teapot / Short and stout / Orbits near Mars / Or thereabout. / If you see it / Let us know / If you don\'t / What does that show?
author HackBot
date Sat, 03 Jun 2017 08:14: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"