mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
86ad52b696
* fix various OSX bundle issues
7 lines
211 B
Bash
7 lines
211 B
Bash
#!/bin/bash
|
|
SOURCE="${BASH_SOURCE[0]}"
|
|
while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
|
|
SOURCE="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
|
|
|
sudo ln -s -f "$SOURCE/filebot.sh" "/usr/bin/filebot"
|