3 lines
116 B
Bash
3 lines
116 B
Bash
|
#!/bin/sh
|
||
|
sh -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/portable.sh)"
|