mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-18 07:15:07 -05:00
4 lines
98 B
Bash
4 lines
98 B
Bash
#!/bin/bash
|
|
dir_bin=`dirname $0`
|
|
path_cmd=$dir_bin/filebot
|
|
sudo ln -s "$path_cmd" /usr/bin/filebot |