6 lines
59 B
Bash
Raw Permalink Normal View History

#!/bin/bash
for file in os.d/*.bash; do
bash $file
done