summarylogtreecommitdiffstats
path: root/openide.sh
blob: 52dc8a5c67c3974e86e5addc0304b7b26d50c922 (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ -z "$OPENIDE_JDK" ] ; then
  OPENIDE_JDK="/usr/share/openide/jbr/"
fi
exec env OPENIDE_JDK="$OPENIDE_JDK" /usr/share/openide/bin/openide "$@"

# vim: ts=2 sw=2 et: