junest/bin/sudoj
2022-04-23 17:11:55 +00:00

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