2014-10-17 17:16:12 -04:00
|
|
|
# By design, this file has no shebang line.
|
|
|
|
|
|
|
|
# Assuming that urchin was invoked with `-s bash`, this script should be being run with bash.
|
|
|
|
|
|
|
|
this_shell=$(ps -o comm= -p $$ && :)
|
|
|
|
|
|
|
|
echo "Running shell: $this_shell"
|
|
|
|
|
2016-02-28 17:23:45 -05:00
|
|
|
[ "$(basename "$this_shell")" = '.special-shell' ]
|