5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
set -o pipefail
|
||
|
: | (exit 42)
|