cd to script location

It's easier to quickly start the script if changes the working directory to the script's location.
This commit is contained in:
mihalycsaba 2024-03-09 14:15:16 +02:00 committed by GitHub
parent a9b20147de
commit 9babbb28d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#
###############################################################################
#cd to script location
cd "${0%/*}"
MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"