mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 11:55:03 -05:00
8 lines
137 B
Bash
8 lines
137 B
Bash
#!/bin/sh
|
|
|
|
# create /bin symlink
|
|
ln -s /opt/share/filebot/bin/filebot.sh /opt/bin/filebot
|
|
|
|
# delete caches and logs
|
|
filebot -clear-cache
|