7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm -f /usr/local/bin/filebot
|
|
|
|
exit 0
|