File: test-0830d8a8.sh

package info (click to toggle)
proot 5.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: ansic: 18,627; sh: 1,662; python: 108; asm: 41; makefile: 16; awk: 6
file content (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if [ ! -x  ${ROOTFS}/bin/exec-m32 ] || [ ! -x  ${ROOTFS}/bin/true ]; then
    exit 125;
fi

${PROOT} ${ROOTFS}/bin/exec-m32 ${ROOTFS}/bin/true