6 lines
93 B
Bash
6 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. config.sh
|
||
|
|
||
|
find "$REPOS_ENABLED_DIR" -iname "*.conf" -exec lib/build.sh {} \;
|