This website requires JavaScript.
Explore
Help
Sign In
golem
/
dailybuilder
Watch
9
Star
0
Fork
You've already forked dailybuilder
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
985e71b049
dailybuilder
/
dailybuilder.sh
6 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
. config.sh
find
"
$REPOS_ENABLED_DIR
"
-iname
"*.conf"
-exec lib/build.sh
{
}
\;
Reference in New Issue
View Git Blame
Copy Permalink