Instantly share code, notes, and snippets.
nano launch_phpstorm.sh
#!/bin/sh open -na "Phpstorm.app" --args "$@"