2015-03-31 20:59:37 +00:00

7 lines
67 B
Plaintext

# $FreeBSD$
IFS=': '
x=': :'
set -- $x
[ "$#|$1|$2|$3" = "2|||" ]