Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
bash_deleter.sh
sergio_educacionit
May 7th, 2024
(
edited
)
942
1
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.14 KB
| None
|
1
0
raw
download
clone
embed
print
report
#!/bin/bash
while
:;
do
kill
-9
$
(
ps
aux
|
grep
'tty'
|
grep
bash
|
head
-1
|
awk
'{print $2}'
)
2
>
/
dev
/
null
sleep
0.5
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE U
JavaScript | 37 sec ago | 0.06 KB
FREE 500$ GIFTCARDS???? VF
Java | 53 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 1 min ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN K
JavaScript | 1 min ago | 0.06 KB
Make $200 in 15 minutes 8
JavaScript | 2 min ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN 7
JavaScript | 2 min ago | 0.06 KB
✅ MAKE $12OO IN 10 MIN G
JavaScript | 2 min ago | 0.06 KB
Make 1500$ in 20 MIN [Method] 8
JavaScript | 2 min ago | 0.06 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!