mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
6 lines
50 B
Text
6 lines
50 B
Text
|
|
IFS=?
|
|
set p r
|
|
v=pqrs
|
|
r=${v#"$*"}
|
|
[ "$r" = pqrs ]
|