how to launch shell script mac terminal code example
Example 1: run sh from terminal mac
chmod +x fileName
bash fileName
Example 2: launch bash script from application mac without opening terminal
cat > PkgInfo
APPL????
Example 3: launch bash script from application mac without opening terminal
#!/bin/bash