mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm -f /usr/local/bin/filebot
|
|
|
|
exit 0
|