8 lines
260 B
Bash
8 lines
260 B
Bash
rm /root/game1008h5.zip
|
|
cd /root/game1008h5
|
|
zip -r /root/game1008h5.zip *
|
|
cd /root
|
|
scp game1008h5.zip root@login-test.kingsome.cn:/var/data/game1008h5
|
|
ssh root@login-test.kingsome.cn "cd /var/data/game1008h5 && unzip -o -d $1 game1008h5.zip"
|
|
echo 'publish ok'
|