description
This commit is contained in:
parent
27eb8b0e61
commit
425564e752
@ -1,6 +1,6 @@
|
||||
#!/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_path=$(dirname "$script")
|
||||
cd "$script_path" || exit
|
||||
|
Loading…
Reference in New Issue
Block a user