3 lines
74 B
Bash
Executable File
3 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
rsync --exclude .git -av ./docs/ router7:/perm/srv/router7.org/
|