Call system executable from script

Hello! I’d like to add a script to my snap. This script calls the adb executable (Android Debug Bridge). I tried to make adb a dependency, but that is not a good idea, as it needs to be reasonably updated. I’d prefer to execute the adb executable from the path of the user. Is this somehow possible?
Thanks!

Currently not possible without classic confinement.

1 Like