f8d98d9978
and I updated the documentation already because this new way seems easier to think about
12 lines
236 B
Bash
Executable File
12 lines
236 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Assuming that urchin was invoked with this,
|
|
#
|
|
# TEST_SHELL=$PWD/.special-shell urchin ...
|
|
#
|
|
# $TEST_SHELL should contain '.special-shell'
|
|
|
|
echo "\$TEST_SHELL: $TEST_SHELL"
|
|
|
|
basename "$TEST_SHELL" | grep '.special-shell'
|