Created
April 24, 2020 05:23
-
-
Save lrepolho/84722223693a8eaaefcf7818f121c3ed to your computer and use it in GitHub Desktop.
PyCharm command script to launch project / MacOSx / Terminal / iTerm / /usr/local/bin/pycharm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
open -na "PyCharm CE.app" --args "${PWD}/$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment