1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/ipkg/filebot.sh

3 lines
180 B
Bash
Raw Normal View History

2012-05-07 21:23:32 -04:00
#!/bin/bash
java -Dunixfs=false -Dapplication.deployment=ipkg -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -jar /usr/share/filebot/FileBot.jar "$@"