File: plain-fail.sh

package info (click to toggle)
patchelf 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 692 kB
  • ctags: 2,011
  • sloc: cpp: 2,825; sh: 1,587; makefile: 63; ansic: 32
file content (4 lines) | stat: -rwxr-xr-x 41 bytes parent folder | download | duplicates (8)
1
2
3
4
#! /bin/sh
if ./main; then
    exit 1
fi