mkxp-z/macos/setup.command
2021-01-03 00:32:58 -05:00

7 lines
No EOL
239 B
Bash
Executable file

#!/bin/bash
# https://stackoverflow.com/questions/59895/how-to-get-the-source-directory-of-a-bash-script-from-within-the-script-itself
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$DIR/Dependencies"
./setup