mirror of
https://github.com/SynologyOpenSource/pkgscripts-ng.git
synced 2025-07-20 18:20:23 +00:00
14 lines
277 B
Bash
14 lines
277 B
Bash
#!/bin/bash
|
|
# Copyright (c) 2000-2020 Synology Inc. All rights reserved.
|
|
|
|
if [ -z "$__INCLUDE_CONFIG__" ]; then
|
|
__INCLUDE_CONFIG__=defined
|
|
|
|
. "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"/init
|
|
|
|
Source include/variable
|
|
Source include/projects
|
|
|
|
fi # header guard
|
|
# vim:ft=sh
|