mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2026-01-27 07:14:21 -08:00
3 lines
76 B
Bash
Executable File
3 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
iw phy phy0 interface add mon0 type monitor && ifconfig mon0 up
|