Give the run-examples script a shell extension
All checks were successful
/ test (pull_request) Successful in 3m43s
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:
parent
68d6cc1645
commit
2137284358
1 changed files with 0 additions and 2 deletions
2
app-proto/run-examples → app-proto/run-examples.sh
Executable file → Normal file
2
app-proto/run-examples → app-proto/run-examples.sh
Executable file → Normal file
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
# run all Cargo examples, as described here:
|
||||
#
|
||||
# Karol Kuczmarski. "Add examples to your Rust libraries"
|
Loading…
Add table
Add a link
Reference in a new issue