4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/usr/bin/rsync -avz --delete /workspace/ludal/wiki/_site/ rsync://192.168.1.9/wiki/
|