mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories)
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find $1 -name MAINTAINERS -exec cat {} ';' | sed -E -e 's/^[^:]*: *(.*)$/\1/' | grep -E -v -e '^ *$' -e '^ *#.*$' | sort -u
|
||||
Reference in New Issue
Block a user