Files
pkgscripts-ng/include/config
2016-02-02 14:59:43 +08:00

14 lines
200 B
Bash
Executable File

#!/bin/bash
if [ -z "$__INCLUDE_CONFIG__" ]; then
__INCLUDE_CONFIG__=defined
if [ -z "$IS_GIT_SERVER" ]; then
Source "include/variable"
fi
Source "include/projects"
fi # header guard
# vim:ft=sh