mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 14:31:04 -04:00
7 lines
69 B
Bash
7 lines
69 B
Bash
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm -f /usr/syno/bin/filebot
|
|
|
|
exit 0
|