mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
7 lines
No EOL
242 B
Bash
Executable file
7 lines
No EOL
242 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.sh |