view paste/paste.30276 @ 7528:1a4d19eed5e1

<gamemanj> learn The darknet is a world-encompassing network of underground gopher services. Said services are paid for in plant roots and earthworms.
author HackBot
date Sun, 24 Apr 2016 19:23:36 +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"