view paste/paste.12606 @ 9943:17c0775fb9bc

<boily> le/rn fat//Fats are one of the four basic classes of nutrients. The other three are sugars, coffee and alcohol.
author HackBot
date Sun, 11 Dec 2016 19:43:51 +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"