mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
it easier to use. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@75833 d073be05-634f-4543-b044-5fe20cf6d1d6
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DERBY_HOME=@PREFIX@/share/derby
|
|
|
|
exec @PREFIX@/bin/rlwrap $DERBY_HOME/bin/ij ${1+"$@"}
|