8 lines
64 B
Plaintext
8 lines
64 B
Plaintext
# $FreeBSD$
|
|
|
|
IFS=' '
|
|
set -- `printf '\n '`
|
|
IFS=:
|
|
[ "$*" = '
|
|
' ]
|