dir=/home/glados/bbb echo "Switching to Bionic Beanie Blog at $dir" cd $dir echo "Building bbb" JEKYLL_ENV="production" bundle exec jekyll build #echo "Restarting Nginx" #service nginx restart