7 lines
47 B
Plaintext
7 lines
47 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
while :; do
|
||
|
! break
|
||
|
exit 3
|
||
|
done
|