#!/usr/bin/env bash if which ahc-cabal &>/dev/null; then pushd .. make popd fi cp ../intro.tt dist/ -rv cp html/* dist/ -rv cp styles/* dist/ -rv rsync dist/ ${SYNC_SERVER}:/var/www/demo.inductive.properties -avx