mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
|
# NOTE: following must be found in path
|
|
declare vdiskmanager=vmware-vdiskmanager
|
|
declare vmrun=vmrun
|
|
|
|
# adapt for WSL2 (Windows) variation
|
|
if [[ $(uname -r) =~ Microsoft ]]; then
|
|
vdiskmanager=vmware-vdiskmanager.exe
|
|
vmrun=vmrun.exe
|
|
fi
|
|
|