Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
13
wlan off
Guest on 29th April 2022 03:02:43 PM
#!/bin/sh
killall
udhcpc
iwconfig wlan0 power off
ifconfig
wlan0 down
killall
wpa_supplicant
echo
-n
"Remove card and press enter."
read
DELAY
rmmod hostap_cs
Raw Paste
#!/bin/sh killall udhcpc iwconfig wlan0 power off ifconfig wlan0 down killall wpa_supplicant echo -n "Remove card and press enter." read DELAY rmmod hostap_cs
Login
or
Register
to edit or fork this paste. It's free.