Give the run-examples script a shell extension
All checks were successful
/ test (pull_request) Successful in 3m43s

Also make the script non-executable, so it has to be run with a command
like `sh run-examples.sh`. This makes the shebang line superfluous.
This commit is contained in:
Aaron Fenyes 2025-07-15 21:18:17 -07:00
parent 68d6cc1645
commit 2137284358

2
app-proto/run-examples → app-proto/run-examples.sh Executable file → Normal file
View file

@ -1,5 +1,3 @@
#!/bin/sh
# run all Cargo examples, as described here:
#
# Karol Kuczmarski. "Add examples to your Rust libraries"