start postman from terminal ubuntu 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
mkdir -p ./myapp.app/Contents/MacOS
chmod +x fileName
bash fileName
mkdir -p ./myapp.app/Contents/MacOS