3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
hugo && rsync -avz --delete public/ paul:/var/www/hugo
|