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:
parent
68ae08a6de
commit
81e33f7e21
2 changed files with 12 additions and 0 deletions
6
bin/nuweb-run
Executable file
6
bin/nuweb-run
Executable 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
6
bin/nweb-run
Executable 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue