view paste/paste.30276 @ 8389:e35dcf20b965

<izabera> ` paste <(head -c 2000 /dev/urandom | base64) # there you go moon_
author HackBot
date Mon, 06 Jun 2016 17:36:11 +0000
parents edc576a78ad1
children
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"