Compare commits

...

2 Commits

Author SHA1 Message Date
mihalycsaba 304ff6a470
Merge 9babbb28d7 into 76bea74a08 2024-10-07 14:58:46 +02: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"