view paste/paste.30457 @ 7643:2a63de520960

<oerjan> learn A cipation is an evil scheme that only works if no one is prepared for it.
author HackBot
date Mon, 02 May 2016 03:42:06 +0000
parents 42713ff67415
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"