Skip to content

Instantly share code, notes, and snippets.

View ryanlindsey's full-sized avatar
🏎️
Earn your podium.

Ryan Lindsey ryanlindsey

🏎️
Earn your podium.
View GitHub Profile
#!/bin/bash
# Default Variable Declarations
DEFAULT="default.txt"
FILEEXT=".ovpn"
CRT=".crt"
KEY=".3des.key"
CA="ca.crt"
TA="ta.key"
###
# Required Gems
###
###
# Settings
###
set :site_title, "Site name"