mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-29 05:45:58 +00:00
create src
This commit is contained in:
9
src-command/tests/fixtures/win_path_lookup.sh
Executable file
9
src-command/tests/fixtures/win_path_lookup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu -o pipefail
|
||||
|
||||
mkdir a b c
|
||||
echo "#!/a/x.exe" > a/x.exe
|
||||
echo "#!/a/x" > a/x
|
||||
echo "#!/b/exe" > b/exe
|
||||
echo "#!/b/exe.com" > b/exe.com
|
||||
echo "#!/c/x.exe" > c/x.exe
|
||||
Reference in New Issue
Block a user