Commit a03311a9 authored by captainwong's avatar captainwong

update

parent 86e8c724
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
set -e set -e
DST_HOST="192.168.50.107" if [ $# -ne 1 ]; then
DST_HOST='192.168.50.107'
else
DST_HOST=$1
fi
IGNORES="qt/Debug qt/Release" IGNORES="qt/Debug qt/Release"
rm -f jlib.zip rm -f jlib.zip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment