2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
rsync --rsh='ssh -p420' --progress --recursive --chmod=644 build/ diablo@nulo.in:/var/www/nulo.in/
|