mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
awk '/^ public [^f][^u][^n]/ { sub(/\$/, "", $3); print $3 }' src/Data/ConfigurationManager.php | sort
|