Files
Arch-R/packages/addons/tools/system-tools/source/bin/7z
2022-06-03 11:30:16 +00:00

5 lines
126 B
Bash
Executable File

#!/bin/sh
file=/storage/.kodi/addons/virtual.system-tools/lib/p7zip/7z
[ ! -x ${file} ] && chmod +x ${file}
exec ${file} "$@"