DEV Community

Query Filter
Query Filter

Posted on

path2

has_placeholder_props() {
  local path="${1,,}"   # lowercase entire path
  [[ "$path" == *"placeholder.properties"* ]]
}

Enter fullscreen mode Exit fullscreen mode

Top comments (0)