annotate paste/paste.30457 @ 4492:02775a0b8839

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/complain bin/ord bin/ordu
author HackBot
date Sat, 22 Feb 2014 02:38:07 +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"