5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
|
|
# create /bin symlink
|
|
ln -s -f /opt/share/filebot/bin/filebot.sh /opt/bin/filebot
|