mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
3 lines
74 B
Text
3 lines
74 B
Text
|
|
result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
|
|
test "$result" = "ps"
|