4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rsync -avuP --delete doc/ linode:/root/oop-server/labs/4/doc/
|