Files
nextcloud/php/get-configurable-aio-variables.sh
2026-05-11 10:10:37 +00:00

7 lines
239 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH <https://nextcloud.com>
# SPDX-License-Identifier: AGPL-3.0-only
awk '/^ public [^f][^u][^n]/ { sub(/\$/, "", $3); print $3 }' src/Data/ConfigurationManager.php | sort