5 lines
53 B
Bash
5 lines
53 B
Bash
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm /opt/bin/filebot
|
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm /opt/bin/filebot
|