open visual code from cmd code example
Example 1: vs code a project folder from the command line
cd my-project-folder/
code -n .
Example 2: launch bash script from application mac without opening terminal
chmod ugo+x myapp
Example 3: launch bash script from application mac without opening terminal
#!/bin/bash