diff --git a/bin/nuweb-run b/bin/nuweb-run new file mode 100755 index 0000000..f7f7756 --- /dev/null +++ b/bin/nuweb-run @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +readonly NUWEB_BIN_DIR=$(dirname $(realpath ${BASH_SOURCE[0]})) +source $NUWEB_BIN_DIR/../inc/nux-base.inc.sh + +source "$1" diff --git a/bin/nweb-run b/bin/nweb-run new file mode 100755 index 0000000..f7f7756 --- /dev/null +++ b/bin/nweb-run @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +readonly NUWEB_BIN_DIR=$(dirname $(realpath ${BASH_SOURCE[0]})) +source $NUWEB_BIN_DIR/../inc/nux-base.inc.sh + +source "$1"