5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd hugo
|
|
hugo
|
|
rsync -a public/* raspberrypi:/var/www/html/notes/hugo/public
|