Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
archive.is bash script
a guest
Feb 20th, 2017
156
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
for
i
in
$
(
cat
URLs.txt
)
;
do
content
=
"
$(curl -i -d url="$i" http://archive.is/submit/)
"
echo
"
$content
"
>>
OUTPUT.txt
done
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐️EARN $500 INSTANTLY⭐ CW
JavaScript | 27 sec ago | 0.24 KB
Untitled
C# | 36 sec ago | 2.20 KB
??Earn $2000 a Month From Home C 37
JavaScript | 3 min ago | 0.05 KB
⭐️EARN $500 INSTANTLY⭐ CW
JavaScript | 3 min ago | 0.24 KB
??Make 2000$+ daily together B 17
JavaScript | 3 min ago | 0.05 KB
??Make 2000$+ daily together B 40
JavaScript | 4 min ago | 0.05 KB
⭐️Make $3000 in Month [BTC] KR
JavaScript | 6 min ago | 0.24 KB
??Make 2000$+ daily together B 63
JavaScript | 9 min ago | 0.05 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!