6 lines
260 B
Bash
Executable File
6 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -rvc index.html CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/
|
|
rsync -rvc assets/dist CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/
|
|
rsync -rvc assets/jsondb CT-figli-deb9-lamp:www/ethica-spinoza.net/public_html/assets/
|