update,
This commit is contained in:
15
nssheung/School-Management-System/sync_repo.sh
Normal file
15
nssheung/School-Management-System/sync_repo.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
# rsync -avzh src /home/logic/_workspace/nssheung-school-management-system &
|
||||
# rsync -avzh _hidden /home/logic/_workspace/nssheung-school-management-system &
|
||||
# rsync -avzh .* /home/logic/_workspace/nssheung-school-management-system &
|
||||
|
||||
rsync -avzh src root@192.168.10.190:/root/_workspace &
|
||||
rsync -avzh _hidden root@192.168.10.190:/root/_workspace &
|
||||
rsync -avzh .* root@192.168.10.190:/root/_workspace &
|
||||
|
||||
wait
|
||||
|
||||
echo 'done'
|
Reference in New Issue
Block a user