view paste/paste.12606 @ 8903:7fda33974599

<oerjan> le/rn tile shuffling/Tile shuffve games. ly addictie basis of many highling is th
author HackBot
date Tue, 09 Aug 2016 23:48:43 +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"