Compare commits

...

2 Commits

Author SHA1 Message Date
mihalycsaba 7ad4b38744
Merge 9babbb28d7 into 6cf56dd2d1 2025-04-18 12:47:34 +00:00
mihalycsaba 9babbb28d7
cd to script location
It's easier to quickly start the script if changes the working directory to the script's location.
2024-03-09 14:15:16 +02:00
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" MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"