1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Added skeleton of nuweb.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2017-06-29 14:28:42 +02:00
parent 68ae08a6de
commit 81e33f7e21
2 changed files with 12 additions and 0 deletions

6
bin/nuweb-run Executable file
View file

@ -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"

6
bin/nweb-run Executable file
View file

@ -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"