initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
11
egopenvpn/startopenvpn.sh
Executable file
11
egopenvpn/startopenvpn.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# script to fire up openvpn
|
||||
#
|
||||
VPN=/usr/sbin/openvpn
|
||||
CONF=~/.openvpn/client.conf
|
||||
USER=`whoami`
|
||||
#
|
||||
#
|
||||
echo "starting openvpn client for $USER with config $CONF"
|
||||
$VPN --config $CONF
|
Loading…
Add table
Add a link
Reference in a new issue