view paste/paste.12606 @ 9616:df9e4934df5e

<moony> le/rn Taneb consistency/A consistency that is weaker than all other consistencies. Taneb invented it
author HackBot
date Thu, 03 Nov 2016 13:33:31 +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"