I have some personal scripts that I use on multiple VMs, so I have a copy of each script on each VM. But when I want to modify one of them, I have to make the changes on each VM.
Is there a way to have scripts in a central location and be able to use them on different VMs?
Hi, I might have a simple solution for you. Check out my bash script for setting up dom0 after a fresh install. In the end you will find my little script-injector I use to run scripts from dom0 in any given VM. After execution it will be erased from the VM again.
This way you can store and maintain all your scripts in a folder in dom0.