Moving company specific files to local.
This commit is contained in:
11
local/mg/sync_home
Executable file
11
local/mg/sync_home
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user