diff options
Diffstat (limited to 'test/b')
-rwxr-xr-x | test/b/x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/b/x b/test/b/x new file mode 100755 index 0000000..0355509 --- /dev/null +++ b/test/b/x @@ -0,0 +1,3 @@ +#!/bin/sh +echo "in b with $0, next" +nextbin "$0" "$@" |