summaryrefslogtreecommitdiff
path: root/devel/jetbrains-webstorm/files/webstorm.in
blob: ca006368c354b4f8c4c6fdf2e511c3511a6a51c5 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

export JAVA_HOME=${JAVA_HOME:-"%%JAVA_HOME%%"}
export SHELL="/bin/sh"

exec "%%DATADIR%%/bin/webstorm.sh" "$@"