1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-08 10:25:13 -05:00
filebot/installer/deb/filebot.sh
2011-11-21 17:45:55 +00:00

3 lines
134 B
Bash

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