Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/atunes/files/atunes.in
16461 views
#!/bin/sh

cd %%DATADIR%%
exec %%LOCALBASE%%/bin/java \
    -Dsubstancelaf.windowRoundedCorners=false \
    -Dinsubstantial.looseTableCellRenderers=true -Djava.library.path=./ \
    -Xms128m -Xmx256m -splash:splash.gif \
    -cp aTunes.jar:lib/* net.sourceforge.atunes.Main "$@"