diff --git a/home/scripts/macflip.sh b/home/scripts/macflip.sh new file mode 100644 index 0000000..79ab8f2 --- /dev/null +++ b/home/scripts/macflip.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +newmac=$1 +suod ip link set wlan0 down +sudo macchanger wlan0 --mac "$1" +sudo ip link set wlan0 up