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