mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-21 17:27:05 +00:00
7 lines
137 B
Bash
7 lines
137 B
Bash
#!/bin/bash
|
|
|
|
cd tools
|
|
bash status.sh
|
|
cd ..
|
|
jekyll build
|
|
rsync -v -rz --checksum _site/ adulau@kb.quuxlabs.com:/home/adulau/website/foo/
|