mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
8 lines
100 B
Bash
8 lines
100 B
Bash
#!/bin/sh
|
|
|
|
# delete caches and logs
|
|
filebot -clear-cache
|
|
|
|
# remove /bin symlink
|
|
rm /opt/bin/filebot
|