6 lines
187 B
Bash
6 lines
187 B
Bash
export DEVROOT=/vagrant
|
|
export POLICY_LOCATION=${DEVROOT}/centralized/hardened-refpolicy
|
|
|
|
[[ $PS1 ]] && cd $DEVROOT
|
|
[[ -e $DEVROOT/bin/functions.sh ]] && source $DEVROOT/bin/functions.sh
|