filebot/installer/deb/filebot.sh

3 lines
173 B
Bash
Raw Normal View History

#!/bin/bash
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"