4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rsync -avz --chmod=644 --progress web/{superball.html,thrower.html,superball-shared.css} ubuntu@laantungir.net:WWW/superball/
|