16 lines
380 B
Bash
Executable file
16 lines
380 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [[ -e joeyDev.sh ]]; then
|
|
source joeyDev.sh
|
|
fi
|
|
|
|
if [[ -e "${JOEY}/sdks/IIgs/lastMount.cfg" ]]; then
|
|
sudo "${JOEY}/sdks/IIgs/unmountORCA.sh"
|
|
fi
|
|
|
|
export PATH=${HOME}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
|
|
export JOEY=
|
|
export JOEYPATH=
|
|
export GOLDEN_GATE=
|
|
export MACOSX_DEPLOYMENT_TARGET=
|
|
export MACOSX_DARWIN=
|