mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 19:35:15 -05:00
3 lines
258 B
Bash
3 lines
258 B
Bash
#!/bin/bash
|
|
java -Dunixfs=false -Xmx256m -Dapplication.deployment=deb -Dapplication.dir=$HOME/.filebot -Djava.io.tmpdir=$HOME/.filebot/temp -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -jar /usr/share/filebot/FileBot.jar "$@"
|