6 lines
79 B
Text
6 lines
79 B
Text
|
#! /bin/sh
|
||
|
# $NetBSD: fail,v 1.1 2007/01/06 19:53:01 rillig Exp $
|
||
|
|
||
|
"$@"
|
||
|
exit 1
|