mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 17:28:51 -05:00
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/bin/sh
|
|
|
|
# create /bin symlink
|
|
ln -s /usr/share/filebot/bin/filebot.sh /usr/bin/filebot
|
|
|
|
# delete caches and logs
|
|
filebot -clear-cache
|