7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
hugo -D --cleanDestinationDir
|
|
rsync -avugP --delete public/ pap@2022roadtripnose.weirdnet.nl:2022roadtripnose/
|
|
|
|
## Test some text
|