4 lines
350 B
Bash
Executable file
4 lines
350 B
Bash
Executable file
#!/bin/sh
|
|
rsync -a -e ssh "/mnt/Pyon/Current Work/Godot/Deep Below" zoopy@192.168.0.56:~/Documents/DeepBelowRS/Godot/ &&
|
|
rsync -a -e ssh "/mnt/Pyon/Current Work/SketchUp/Deep Below" zoopy@192.168.0.56:~/Documents/DeepBelowRS/SketchUp/ &&
|
|
rsync -a -e ssh "/mnt/Pyon/Current Work/Blender/Deep Below" zoopy@192.168.0.56:~/Documents/DeepBelowRS/Blender/
|