#!/bin/bash : ${1?"Usage: $0 "} BRANCH="${1:-$NODE_LANG}" export NODE_LANG=$BRANCH export NODE_ENV=production export TUTORIAL_EDIT=1 export PORT=80 npm --silent run -- gulp edit --root /js/javascript-tutorial-$BRANCH