Skip to content

Instantly share code, notes, and snippets.

@codexp
Created August 17, 2017 18:23

Revisions

  1. codexp created this gist Aug 17, 2017.
    10 changes: 10 additions & 0 deletions phpstorm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    #!/bin/bash

    P=`find ~/Software/ -name PhpStorm* | sort -r | head -1`

    if [ -z "$P" ]; then
    echo "PhpStorm installation not found!"
    exit 1
    fi

    $P/bin/phpstorm.sh