mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 00:04:15 +00:00
Make the sh scripts even more portable
This commit is contained in:
parent
9cd08df449
commit
82b6d4dabd
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
|
||||
# This script builds and runs all the examples
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
|
||||
ls -F | grep '/$' | sed 's|/$||' | xargs -E '' -I {} timeout --preserve-status 15s cargo run --bin {}
|
||||
|
Loading…
Reference in New Issue
Block a user