7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
# $FreeBSD$
|
|
|
|
shift $#
|
|
getopts x opt
|
|
r=$?
|
|
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]
|