view paste/paste.12606 @ 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 1bca98188e7f
children
line wrap: on
line source

#!/bin/bash
if [ ! "$1" ]
then
    PASTE=-
else
    PASTE="$1"
fi

PASTENUM="$RANDOM"

mkdir -p $HACKENV/paste

url paste/paste."$PASTENUM"
cat "$PASTE" > $HACKENV/paste/paste."$PASTENUM"