diff --git a/publish.sh b/publish.sh new file mode 100644 index 0000000..6e9b348 --- /dev/null +++ b/publish.sh @@ -0,0 +1,4 @@ +nikola build +cd output +rsync -azv . adulau@kb.quuxlabs.com:/home/adulau/website/foo/photoblog +cd ..