mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
cfccf90c72
* added 7-Zip-JBinding libs and native dependencies * added CLI option -extract and make it available in scripting environment * allow --output to be used as output folder in -rename CLI call
3 lines
173 B
Bash
3 lines
173 B
Bash
#!/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 "$@"
|