view paste/paste.12606 @ 8457:a84be470d669

<shachaf> le/rn sober space/Sober spaces are the dual of Stoned spaces. Taneb invented them.
author HackBot
date Sun, 12 Jun 2016 10:59:22 +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"