5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf
|
||
|
|