view bin/paste @ 3064:3875b2cc1001

<boily> echo "a-\xc3\xa9-ro-g-liss-e-ur. If you mention eels, you\'ll get smacked with one of them in a most unappropriate manner." >wisdom/hovercraft
author HackBot
date Wed, 05 Jun 2013 19:32:55 +0000
parents 7914d7e0b500
children 03afb1619ef2
line wrap: on
line source

#!/bin/bash
if [ ! "$1" ]
then
    PASTENUM="$RANDOM"

    mkdir -p $HACKENV/paste

    url paste/paste."$PASTENUM"
    cat > $HACKENV/paste/paste."$PASTENUM"
else # Save making a file when it already exists.
    url "$1"
fi