mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
cd genie
|
|
export GENIE_BIN=$(which geni)
|
|
if [ ! -x $GENIE_BIN ]; then
|
|
export GENIE_BIN="genie-osx"
|
|
echo "a"
|
|
fi
|
|
echo $GENIE_BIN
|