5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm -f /opt/bin/filebot
|
#!/bin/sh
|
|
|
|
# remove /bin symlink
|
|
rm -f /opt/bin/filebot
|