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

6 lines
64 B
Plaintext

# $FreeBSD$
IFS=2
set -- $((123))
[ "$#|$1|$2|$3" = "2|1|3|" ]