mirror of
https://github.com/runcitadel/core.git
synced 2024-11-14 18:00:40 +00:00
10 lines
225 B
Bash
Executable File
10 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
NODE_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
|
|
|
|
"${NODE_ROOT}/app/app-manager.py" "$@"
|