mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
8 lines
183 B
Bash
Executable file
8 lines
183 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# This file is part of JuNest (https://github.com/fsquillace/junest).
|
|
#
|
|
|
|
export PATH="${PATH}:${JUNEST_HOME}/usr/bin_wrappers"
|
|
|
|
JUNEST_ARGS="ns --fakeroot" "$@"
|