mde/wizard.sh.in
2025-12-05 07:49:06 +09:00

4 lines
48 B
Bash
Executable file

#!/bin/sh
for i in ./*/wizard.sh; do
"$i"
done