Commit 637502f0 authored by 胡小根's avatar 胡小根

coding

parent 330a7ccc
#!/usr/bin/env bash
npm run build:prod
rsync -avz dist/* member@haomo-studio.com:/var/www/html/software_factory/vue-element/
\ No newline at end of file
rsync -avz dist/* member@haomo-studio.com:/var/www/html/software_factory/vue-element/
cmd="git clone xxx" && ret=`ps -ef|grep -v grep|grep ${cmd}` && if [ -z $ret ]; then echo '空字符串'; else echo '非空字符串'; fi
\ No newline at end of file
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