4 lines
93 B
Bash
4 lines
93 B
Bash
|
|
#!/bin/bash
|
||
|
|
jekyll build
|
||
|
|
rsync -av --delete /home/satori/ssg/_site/ /home/satori/public_html
|