9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
set -- / ''
|
||
|
IFS=*
|
||
|
set -- "$*"
|
||
|
IFS=:
|
||
|
args="$*"
|
||
|
[ "$#:$args" = "1:/*" ]
|