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