citadel-core/scripts/app

10 lines
225 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2022-01-21 20:37:48 +00:00
# SPDX-FileCopyrightText: 2021 Citadel and contributors
#
2022-01-21 20:37:48 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
NODE_ROOT="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))/.."
"${NODE_ROOT}/app/app-manager.py" "$@"