Skip to content

Commit

Permalink
Add run_all_headless.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 31, 2023
1 parent 3664c07 commit 89765f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/run_all_headless.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail

exa -F . | rg '/$' | sd '/' '' | rargs timeout --preserve-status 15s cargo run --bin {}
rm -f pipeline-caching/pipeline_cache.bin

0 comments on commit 89765f8

Please # to comment.