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
/
tools.bash
7 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: Improve bootstrap
2022-05-21 02:30:05 +02:00
#!/bin/bash
feat: split tools.bash in individual files
2024-02-04 16:06:45 +01:00
for
file in tools.d/*.bash
feat: Improve bootstrap
2022-05-21 02:30:05 +02:00
do
feat: split tools.bash in individual files
2024-02-04 16:06:45 +01:00
bash
$file
feat: Improve bootstrap
2022-05-21 02:30:05 +02:00
done
Reference in New Issue
Copy Permalink