blob: 64962a77b8c8532e66dc9184422e26cf135247bc [file] [log] [blame]
# Echo every command being run.
set +x
# Fail fast if a command fails.
set -e
pub global activate peanut
peanut -d example
echo Now push updated gh-pages branch with:
echo
echo ' git push origin --set-upstream gh-pages'