7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Assuming that urchin was invoked with `-s bash`,
|
||
|
# this script should be being run with bash.
|
||
|
|
||
|
ps -o pid,comm,args | grep $$ | grep .special-shell
|