mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-04-21 06:03:55 +00:00
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:
parent
a9b20147de
commit
9babbb28d7
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
#cd to script location
|
||||
cd "${0%/*}"
|
||||
|
||||
MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue