Files
cli/vendor/xattr/.github/workflows/run-on-host.sh

8 lines
90 B
Bash
Executable File

#!/system/bin/sh
CMD="$1"
shift
cd /data/local/tmp || exit 1
exec "/data/host$CMD" "$@"