mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9f7a19ed99
- Add LICENSE - Adjust memory settings in tvbrowser.in
5 lines
195 B
Bash
5 lines
195 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%%
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -Xms16m -Xmx320m -Djava.library.path="%%DATADIR%%" -Dpropertiesfile=linux.properties -jar tvbrowser.jar "$@"
|