Create the file /usr/local/bin/webstorm
with the following contents:
#!/bin/sh
open -na "WebStorm.app" --args "$@"
Make the script executable:
chmod +x /usr/local/bin/webstorm
Run webstorm
from anywhere in the shell.
Create the file /usr/local/bin/webstorm
with the following contents:
#!/bin/sh
open -na "WebStorm.app" --args "$@"
Make the script executable:
chmod +x /usr/local/bin/webstorm
Run webstorm
from anywhere in the shell.