2 lines
118 B
Bash
2 lines
118 B
Bash
#!/bin/bash
|
|
rsync -v --progress --recursive _build/html/* msdl.uantwerpen.be:/var/www/msdl/documentation/PythonPDEVS/
|