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
- Host: GitHub
- URL: https://github.com/eduardmarcinco/watch-n-run
- Owner: eduardmarcinco
- License: mit
- Created: 2019-07-04T13:33:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T08:12:55.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T23:06:14.307Z (about 2 years ago)
- Topics: go, shell, vboxmanage, virtualbox
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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