From ca054c88ba7c8cb46b5671ff9bcfc7c724ce81c3 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 12 Oct 2021 05:53:31 +0300 Subject: [PATCH] clover_simulation: add script for running gzweb --- clover_simulation/scripts/gzweb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 clover_simulation/scripts/gzweb 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}