bash script dont open a terminal when executing code example
Example 1: launch bash script from application mac without opening terminal
chmod ugo+x myapp
Example 2: launch bash script from application mac without opening terminal
#!/bin/bash
chmod ugo+x myapp
#!/bin/bash