annotate paste/paste.30457 @ 3968:e82654a7f372

<ais523\unfoog> addquote <kmc> Sgeo: oh yeah those animated characters were built into the operating system and there was an API for them
author HackBot
date Fri, 01 Nov 2013 03:30:15 +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"