5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
f() { ! return $1; }
|
||
|
f 0 && ! f 1
|