5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p hugo
|
|
|
|
hugo
|
|
rsync -r ./public/ root@storage1.banditlair.com:/var/lib/website-marie
|