dailybuilder/dailybuilder.sh

6 lines
93 B
Bash
Executable File

#!/bin/bash
. config.sh
find "$REPOS_ENABLED_DIR" -iname "*.conf" -exec lib/build.sh {} \;