7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
set -- "*"
|
||
|
case x in
|
||
|
"$1") echo failed ;;
|
||
|
esac
|