6 lines
107 B
Bash
6 lines
107 B
Bash
#!/bin/bash -l
|
|
|
|
[[ -f ~/.bash_profile ]] && . ~/.bash_profile
|
|
|
|
sh /opt/pycharm-professional/bin/pycharm.sh
|