3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
|
#!/bin/bash
|
||
|
iw phy phy0 interface add mon0 type monitor && ifconfig mon0 up
|