config-bootstrap/config.bash
2024-06-13 10:31:44 +02:00

8 lines
63 B
Bash

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