Agentic-SLS-ASTM / scripts /run_all.sh
ppak10's picture
Updates data.
a196ec9
Raw
History Blame Contribute Delete
95 Bytes
#!/usr/bin/env bash
cd "$(dirname "$0")/specimens"
for f in [0-9]*.py; do
uv run "$f"
done