This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Tunnelblick script to be run when CONNECTED (connected.sh) | |
# to mount SMB shares defined in $SHARES on User's Desktop. | |
# Will prompt for password during the first run. | |
# | |
# Selva Nair Jun 14, 2020 | |
# BEGIN Settings | |
ORG='Example Inc.' # shown in password prompt | |
SHARES='folder1 folder2' # space separated list fo shares to mount |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quick Start for openvpn-plap module | |
=================================== | |
Skip to step (iii) in pre-requisites if you have a working setup with OpenVPN | |
automatic service (openvpnserv2.exe) running and have at least one profile started | |
through it. | |
Pre-requisites | |
-------------- | |