1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-14 13:25:10 -05:00
filebot/installer/deb/filebot.sh

2 lines
133 B
Bash
Raw Normal View History

#!/bin/bash
2011-11-21 12:37:46 -05:00
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"