4 lines
69 B
Bash
4 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rsync -a --delete build/doc/html/ 'web@shione.vermwa.re:'
|