annotate paste/paste.30457 @ 12268:6bbbe2a95120 draft

<b_jonas> slashlearn euclid//Euclid is a short geeky game in which the goal is to do Euclidean compass and straightedge constructions in as few steps as possible. It runs in the browser, found at "http://www.euclidthegame.com/". It was popular among #esoteric regulars in 2016-07.
author HackEso <hackeso@esolangs.org>
date Mon, 16 Dec 2019 23:02:52 +0000
parents 42713ff67415
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1580
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
1 #!/bin/bash
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
2 if [ ! "$1" ]
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
3 then
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
4 PASTE=-
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
5 else
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
6 PASTE="$1"
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
7 fi
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
8
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
9 PASTENUM="$RANDOM"
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
10
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
11 mkdir -p $HACKENV/paste
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
12
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
13 url paste/paste."$PASTENUM"
42713ff67415 <fizzie> cat bin/paste | paste
HackBot
parents:
diff changeset
14 cat "$PASTE" > $HACKENV/paste/paste."$PASTENUM"