2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

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"