diff --git a/clover_simulation/scripts/gzweb b/clover_simulation/scripts/gzweb new file mode 100755 index 00000000..88f8b924 --- /dev/null +++ b/clover_simulation/scripts/gzweb @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# script for running gzweb +# usage: ./gzweb [] + +export NVM_DIR=$HOME/.nvm +source $NVM_DIR/nvm.sh +npm start --prefix $HOME/gzweb -p ${1-8080}