3 lines
72 B
Text
3 lines
72 B
Text
|
#!/bin/bash
|
||
|
rsync -avz --delete public/ a@trwnh.com:/srv/http/trwnh.com
|