3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rsync .site/ "${SYNC_SERVER}:/var/www/offtopia.abby.how/" -vuar0
|