Skip to content

Instantly share code, notes, and snippets.

View Crazyglue's full-sized avatar

Eric Dobroveanu Crazyglue

  • Red Hat
  • Keene, NH
View GitHub Profile
@Crazyglue
Crazyglue / pia.sh
Last active April 20, 2016 05:19 — forked from dapperfu/pia.sh
Use US_Midwest
#!/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 = $<