mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-14 10:43:50 +00:00
4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find $1 -name MAINTAINERS -exec cat {} ';' | sed -E -e 's/^[^:]*: *(.*)$/\1/' | grep -E -v -e '^ *$' -e '^ *#.*$' | sort -u
|