Files
src/src-command/tests/fixtures/win_path_lookup.sh
2026-03-11 02:04:19 -07:00

10 lines
185 B
Bash
Executable File

#!/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