view paste/paste.12606 @ 9156:3575a4981cb8

<oerjan> learn Saneb is too normal to invent things, but he likes to watch SV and play Vorld of Varcraft.
author HackBot
date Wed, 05 Oct 2016 15:13:27 +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"