Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
.txt to .sh
cd62131
Mar 17th, 2019
724
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
pathlib
import
Path
for
p
in
Path
(
'.'
)
.
glob
(
'*.txt'
)
:
if
not
p.
is_file
(
)
:
next
with
p.
with_suffix
(
'.sh'
)
.
open
(
mode
=
'w'
)
as
w:
print
(
p.
stem
,
file
=
w
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐✅ MAKE $2500 IN 15 MIN ⭐
JavaScript | 2 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐ W
JavaScript | 4 sec ago | 0.27 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 9 sec ago | 0.15 KB
⭐⭐Exchange Exploit⭐ A
JavaScript | 12 sec ago | 0.27 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 13 sec ago | 0.15 KB
⭐✅ Crypto Exchange Exploit ⭐⭐
JavaScript | 14 sec ago | 0.25 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 20 sec ago | 0.15 KB
⭐ChangeNOW Exploit⭐⭐ C
JavaScript | 20 sec ago | 0.27 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!