Skip to content

Instantly share code, notes, and snippets.

View leoternoir's full-sized avatar

Léo Ternoir leoternoir

View GitHub Profile
@leoternoir
leoternoir / pia.sh
Last active July 25, 2016 15:38 — forked from dapperfu/pia.sh
PIA autoconfig set to France
#!/bin/tcsh
# Grab user information.
echo "PrivateInternetAccess OpenVPN Setup:"
echo " https://www.privateinternetaccess.com/pages/client-control-panel"
echo " -> PPTP/L2TP/SOCKS Username and Password"
echo -n "User: "
set user = $<
echo -n "Pass: "
set pass = $<