f5a8cd1259
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ip l s eth0 down
|
|
ip l s wlan0 up
|
|
iwconfig wlan0 essid hotspot-hsz-t
|
|
udhcpc -nfqi wlan0
|
|
|