mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 00:45:06 -05:00
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
|
|
# create /bin symlink
|
|
ln -s -f /usr/share/filebot/bin/filebot.sh /usr/bin/filebot
|