Moving company specific files to local.

This commit is contained in:
Vahagn Khachatryan
2016-03-18 05:30:16 -04:00
parent 1ead0fd7c6
commit 7b539d82a2
10 changed files with 0 additions and 0 deletions

11
local/mg/sync_home Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/csh
cd
echo sync: bin
rsync -avz amy-dev5:bin $HOME
echo sync: .vim
rsync -avz amy-dev5:.vim $HOME
echo sync: local_rh_x64
rsync -avz amy-dev5:local_rh_x64 $HOME