I'm fiddling around with embedded linux devices and deploying and debugging software is a pain. I currently have a script that:
- builds a binary
- copies over the artefacts
- runs the app on device
Is there a tool that helps with the copying + running (service configuration, ..) part?