#!/bin/sh

open -na "PyCharm CE.app" --args "${PWD}/$@"
