5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
#!/bin/sh -l
|
||
|
|
||
|
[[ -f ~/.bash_profile ]] && . ~/.bash_profile
|
||
|
|
||
|
sh /opt/pycharm-professional/bin/pycharm.sh
|