mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-14 13:25:10 -05:00
8 lines
104 B
Bash
8 lines
104 B
Bash
#!/bin/sh
|
|
|
|
# delete caches and logs
|
|
filebot -clear-cache
|
|
|
|
# remove /bin symlink
|
|
rm /opt/usr/bin/filebot
|