5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rsync --delete -a --progress ./html/ martin@i13s.de:/home/martin/public_html/pirategame/
|
||
|
|