This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-bootstrap
Watch
1
Star
0
Fork
0
You've already forked config-bootstrap
Code
Issues
Pull Requests
Releases
Wiki
Activity
b517be3168
config-bootstrap
/
config.bash
8 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: Improve bootstrap
2022-05-21 02:30:05 +02:00
#!/bin/bash
feat: split configuration
2024-02-04 16:06:13 +01:00
for
file in config.d/*.bash
do
bash
$file
done
feat: Improve bootstrap
2022-05-21 02:30:05 +02:00
Reference in New Issue
Copy Permalink