view paste/paste.30457 @ 4648:65fc4b481803

<kmc> addquote <fungot> Bicyclidine: perhaps we should celebrate these days with guys like simon peyton-jones, simon fnord, etc
author HackBot
date Mon, 02 Jun 2014 18:42:01 +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"