Skip to content

0.2-2

Latest

Choose a tag to compare

@s-u s-u released this 06 Nov 00:50
· 8 commits to master since this release
  • added --script argument 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: the pid of the macosvm process and the MAC address of the first interface (if it exists). The script is executed via /bin/bash -c so the actual call for --script <script> will be similar to /bin/bash -c '<script> <pid> <mac>' and thus respects PATH etc.

    For en example script see https://github.com/R-macos/vm-scripts-mini-r/blob/master/launch.sh