diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 04:10:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 04:10:23 +0000 |
commit | 094b1e2df8e26f781e64aca36837008229d27b07 (patch) | |
tree | 5580e9e4dae484b0f7b630424660a7196b5e23a5 /lang/linux-j/files/jconsole | |
parent | Add ports/math/xgobi. (diff) |
Add linux-j 405a, a general purpose programming language.
PR: 30933
Submitted by: js@jeannot.org
Notes
Notes:
svn path=/head/; revision=51787
Diffstat (limited to 'lang/linux-j/files/jconsole')
-rw-r--r-- | lang/linux-j/files/jconsole | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/linux-j/files/jconsole b/lang/linux-j/files/jconsole new file mode 100644 index 000000000000..93f923385bfa --- /dev/null +++ b/lang/linux-j/files/jconsole @@ -0,0 +1,4 @@ +#!/bin/sh +JLIB=PREFIX/lib/j +export JLIB +exec PREFIX/bin/jconsole.bin $* |