2017-09-05 15:23:29 +08:00

10 lines
148 B
Bash
Executable File

#!/bin/sh
rm -rf tmp dist
if [ "$1" = "test" ]; then
ember s -p 4201 -pr http://101.236.35.13/
else
ember s -pr http://127.0.0.1:8088/
fi