mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-18 23:35:07 -05:00
3 lines
147 B
Bash
3 lines
147 B
Bash
|
#!/bin/sh
|
||
|
/usr/bin/codesign -v /Applications/FileBot.app && /usr/local/bin/filebot || /usr/bin/open macappstore://itunes.apple.com/app/id905384638
|