Compare commits

...

2 Commits

Author SHA1 Message Date
mihalycsaba 1d4933755b
Merge 9babbb28d7 into 2141ee6f47 2024-04-13 17:20:17 +05:30
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"