mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-26 01:38:57 -05:00
5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/bin/bash
|
||
|
dir_bin=`dirname $0`
|
||
|
path_cmd=$dir_bin/filebot
|
||
|
sudo ln -s "$path_cmd" /usr/bin/filebot
|