mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/sh
|
|
file=/storage/.kodi/addons/virtual.system-tools/lib/p7zip/7za
|
|
[ ! -x ${file} ] && chmod +x ${file}
|
|
exec ${file} "$@"
|