- Remove leading article, revise capitalization in COMMENT - Convert to new options framework - Support staging - Add launch script and desktop entry file PR: ports/182482 [1] Submitted by: Max Sterling <maxclsb@gmail.com> [1]
3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
|
|
exec java -Djmol.home="%%JAVAJARDIR%%" -jar "%%JAVAJARDIR%%/Jmol.jar" "$@"
|