bashapp
bashapp copied to clipboard
Handling sudo?
Hi,
I have a shell script which needs to escalate privileges i.e. ask the user for sudo password (I basically install brew, which asks for sudo password)
Is there a way this can be accomplished using bashapp? Everything else works fine so far.