view paste/paste.30457 @ 7988:8381c3afafa7

<b_jonas> learn RoboRosewater is generating random Magic: the Gathering cards, see https://mobile.twitter.com/roborosewater
author HackBot
date Sun, 08 May 2016 19:47:00 +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"