mde/wizard.sh.in

4 lines
48 B
Bash
Raw Normal View History

2025-12-05 07:49:06 +09:00
#!/bin/sh
for i in ./*/wizard.sh; do
"$i"
done