mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
2 lines
367 B
Bash
2 lines
367 B
Bash
#!/bin/sh
|
|
java -Dunixfs=false -DuseExtendedFileAttributes=true -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Dapplication.deployment=ipkg -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 "$@" |