We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run_all_headless.sh
1 parent 1e91287 commit 13dde86Copy full SHA for 13dde86
examples/run_all_headless.sh
@@ -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