description

This commit is contained in:
Heavybullets8 2022-07-27 10:27:12 -06:00
parent 27eb8b0e61
commit 425564e752

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# cd to script # cd to script, this ensures the script can find the source scripts below, even when ran from a seperate directory
script=$(readlink -f "$0") script=$(readlink -f "$0")
script_path=$(dirname "$script") script_path=$(dirname "$script")
cd "$script_path" || exit cd "$script_path" || exit