DSM6.0 toolkit framework

This commit is contained in:
kevinfang
2016-02-02 14:59:43 +08:00
commit dfca3c6f4c
41 changed files with 5100 additions and 0 deletions

13
include/config Executable file
View File

@ -0,0 +1,13 @@
#!/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