annotate paste/paste.30457 @ 9285:8320c9c4620f

<oerjan> learn Umlaut is German for "hum aloud", an important feature of the German language. It is indicated by putting two dots over the vowel of the syllable.
author HackBot
date Sat, 15 Oct 2016 00:04:47 +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"