view paste/paste.30457 @ 3672:a7cafc9d73e6

<oerjan> learn Marmite is a group mind of fungal microorganisms spreading throughout the supermarkets of the Commonwealth.
author HackBot
date Sat, 07 Sep 2013 00:52:24 +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"