Got annoyed testing things directly on the PlayDate via simulator and made a small make command for automating the pdx deployment with `make deploy`.
Unfortunately it seems udiskctl power-off doesn't send the eject signal to the device so I have to resort to using `sudo eject` instead, but other than that this should be much faster to iterate on device now.
Once again, this is partly based on @mario_afk bash script from this article:
https://amano.games/devlog/making-a-pinball-game-for-the-playdate-part-12-the-bug-hunt

