config-bootstrap/config.bash

8 lines
63 B
Bash
Raw Normal View History

2022-05-21 02:30:05 +02:00
#!/bin/bash
2024-02-04 15:06:13 +00:00
for file in config.d/*.bash
do
bash $file
done
2022-05-21 02:30:05 +02:00