Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Created November 17, 2022 08:06
Embed
What would you like to do?
Connect and disconnect interface
#!/bin/bash
while [ true ]
do
sudo ip link set wlan0 down
sudo ip link set wlan0 up
sleep 20
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment