mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-06-09 18:55:54 +02:00
7 lines
239 B
Text
7 lines
239 B
Text
![]() |
#!/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
|