diff --git a/Billing.md b/Billing.md index f4313ab..53ff64c 100644 --- a/Billing.md +++ b/Billing.md @@ -143,6 +143,7 @@ Automatically billed through Intuit Recurring Payments ## Manually bill these each month (same invoice total) * BioDrill +* David's Refuge * Engle Law * F&W Electric - exp 11/2019 * Labgrafix diff --git a/L2TP IPSEC Client on CentOS b/L2TP IPSEC Client on CentOS index 4da4ccb..3a03560 100644 --- a/L2TP IPSEC Client on CentOS +++ b/L2TP IPSEC Client on CentOS @@ -1 +1 @@ -https://gist.github.com/D4R4/ed236da8e7a1e72fe142f1d7d10870fe \ No newline at end of file +https://gist.github.com/D4R4/ed236da8e7a1e72fe142f1d7d10870fe diff --git a/Makefile b/Makefile index e69e27a..21ef330 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,8 @@ commit: push: git push +copy: + rsync -avu --exclude=.git ./ ~/public_html/documentation/ + ubuntu: sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove