diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-04-04 19:52:57 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-04-04 19:52:57 -0400 |
commit | 6638e53935ee1c5f3bfb23c08bd2aae2994b6219 (patch) | |
tree | 6da694b231da9ed7bf406496bd114522cfd686cd /test/a/x | |
parent | 2d64adb0f339a3344e880bc6add832abd707ce8a (diff) | |
download | nextbin-6638e53935ee1c5f3bfb23c08bd2aae2994b6219.tar.xz nextbin-6638e53935ee1c5f3bfb23c08bd2aae2994b6219.zip |
change algorithm, fix edge cases, add tests
Diffstat (limited to 'test/a/x')
-rwxr-xr-x | test/a/x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/a/x b/test/a/x new file mode 100755 index 0000000..e7d6387 --- /dev/null +++ b/test/a/x @@ -0,0 +1,3 @@ +#!/bin/sh +echo "in a with $0, next" +nextbin "$0" "$@" |