This commit is contained in:
Austen Adler 2018-09-23 13:30:40 -04:00
parent d632ebedcd
commit 763ed42d0d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
env
exclude

View File

@ -40,7 +40,7 @@ echo "Also, paths can be relative or absolute"
echo
# Load existing configurations
test -f env && source env
test -f ./env && source ./env
configure_var LOCAL_HOSTNAME android1
configure_var REMOTE_HOST user@example.com