has_placeholder_props() {
local path="${1,,}" # lowercase entire path
[[ "$path" == *"placeholder.properties"* ]]
}
For further actions, you may consider blocking this person and/or reporting abuse
has_placeholder_props() {
local path="${1,,}" # lowercase entire path
[[ "$path" == *"placeholder.properties"* ]]
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)