mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
J (J language) is a high-level, general-purpose, high-performance programming language. J is portable and runs on 32/64-bit Windows/Linux/Mac as well as iOS, Android, and other platforms. WWW: http://www.jsoftware.com PR: 226186 Submitted by: Joao Neves <sevenjp@gmail.com>
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
exec %%LOCALBASE%%/lib/j/bin/jconsole -jprofile %%LOCALBASE%%/share/j/profile.ijs
|