Skip to content

Instantly share code, notes, and snippets.

View adambowles's full-sized avatar
🐛
Dabbing on them bugs

Adam Bowles adambowles

🐛
Dabbing on them bugs
View GitHub Profile
@adambowles
adambowles / pia.sh
Created November 27, 2016 13:29 — forked from dapperfu/pia.sh
#!/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 = $<