An open API service indexing awesome lists of open source software.

https://github.com/eduardmarcinco/watch-n-run

Watch directory on host and run shell script on VirtualBox VM when some filesystem change occurs
https://github.com/eduardmarcinco/watch-n-run

go shell vboxmanage virtualbox

Last synced: 2 months ago
JSON representation

Watch directory on host and run shell script on VirtualBox VM when some filesystem change occurs

Awesome Lists containing this project

README

          

# Watch-n-run

Program watches directory for any filesystem event and runs a shell script in Virtual Box VM.

`watch-n-run.exe -server -username -password -path "C:\Users\User\dev" -shellScript "/home/user/dev/rsync.sh"`

Inpired by: https://github.com/zippoxer/docker-windows-volume-watcher