create src

This commit is contained in:
awfixer
2026-03-11 02:04:19 -07:00
commit 52f7a22bf2
2595 changed files with 402870 additions and 0 deletions

View 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