mirror of
https://github.com/runcitadel/core.git
synced 2024-11-13 17:30:38 +00:00
10 lines
230 B
Bash
Executable File
10 lines
230 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2021-2022 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" "$@"
|