3 lines
104 B
Bash
3 lines
104 B
Bash
#!/bin/bash
|
|
docker run -i -t -e INTERFACE=wlan0 -e OUTGOINGS=eth0 --net host --privileged won10/hostapd
|