f5a8cd1259
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
7 lines
102 B
Bash
Executable file
7 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
set -x
|
|
iwconfig wlan0 essid MOBILE
|
|
sleep 2
|
|
udhcpc -nfqi wlan0
|
|
vpnc ~nico/ethz/vpn/pc
|