-
added
--scriptargument which allows to specify a script that should be called then the VM is successfully launched. Additional two arguments are added to the provided script string: thepidof themacosvmprocess and the MAC address of the first interface (if it exists). The script is executed via/bin/bash -cso the actual call for--script <script>will be similar to/bin/bash -c '<script> <pid> <mac>'and thus respectsPATHetc.For en example script see https://github.com/R-macos/vm-scripts-mini-r/blob/master/launch.sh