Hi all. I'm writing a bash script that I'm saving as a .command file so it can be executed through the Finder. However, it involves some commands that need sudo privileges, and rather than have the person using it have to enter their password in "scary Terminal", I would like Finder to prompt them to enter their sudo password. Is this possible?
Thanks
Thanks