mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-28 19:30:34 -05:00
4 lines
72 B
Bash
Executable file
4 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
for name in test_*.md; do ./run "${name%%.*}"; done
|