mirror of
https://github.com/runcitadel/core.git
synced 2024-11-14 09:50:22 +00:00
c144589811
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
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" "$@"
|