mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
6 lines
67 B
Text
6 lines
67 B
Text
# $FreeBSD$
|
|
|
|
IFS=': '
|
|
x=': :'
|
|
set -- $x
|
|
[ "$#|$1|$2|$3" = "2|||" ]
|