view paste/paste.12606 @ 12474:da2633e2f588 draft

<wib_jonas> slashlearn hand injuries//Hand injuries are surprisingly common among webcomic writers, see eg. http://questionablecontent.net/view.php?comic=2314 http://www.giantitp.com/comics/oots0864.html or https://www.irregularwebcomic.net/news.php?date=2020-05-27
author HackEso <hackeso@esolangs.org>
date Mon, 27 Feb 2023 10:45:31 +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"