Files
website-typo3/.ddev/commands/host/phpstorm.example
T
2020-01-24 11:37:15 +01:00

10 lines
229 B
Bash
Executable File

#!/bin/bash
## #ddev-generated
## Description: Open PHPStorm with the current project
## Usage: phpstorm
## Example: "ddev phpstorm"
# Example is macOS-specific, but easy to adapt to any OS
open -a PHPStorm.app ${DDEV_APPROOT}