3 lines
107 B
Bash
3 lines
107 B
Bash
|
#!/bin/sh
|
||
|
rsync --rsh='ssh -p420' --progress --recursive --chmod=644 build/ root@nulo.in:/var/www/nulo.in/
|