Skip to content

Commit 13dde86

Browse files
committed
Add run_all_headless.sh
1 parent 1e91287 commit 13dde86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/run_all_headless.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
4+
exa -F . | rg '/$' | sd '/' '' | rargs timeout --preserve-status 15s cargo run --bin {}
5+
rm -f pipeline-caching/pipeline_cache.bin

0 commit comments

Comments
 (0)