view bin/paste @ 669:ca02414c722b

<oerjan> learn Lettuce is a vegetable with two operations, join and meet.
author HackBot
date Tue, 21 Aug 2012 22:05:58 +0000
parents e037173e0012
children fa63d5796937
line wrap: on
line source

#!/bin/bash
if [ ! "$1" ]
then
    PASTE=-
else
    PASTE="$1"
fi

PASTENUM="$RANDOM"

mkdir -p $HACKENV/paste

echo 'http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.'"$PASTENUM"
cat "$PASTE" > $HACKENV/paste/paste."$PASTENUM"