Deploy.sh improved

This commit is contained in:
John Preston 2015-10-14 21:20:04 +02:00
parent 21570c0479
commit 17c97a4fee

View file

@ -1,3 +1,5 @@
set -e
while IFS='' read -r line || [[ -n "$line" ]]; do
set $line
eval $1="$2"