projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added caps:none option
[xorg/xkeyboard-config]
/
symbols
/
extractGroupNames.sh
1
#!/bin/sh
2
3
grep 'name\[Group1\]' * | sed 's/[[:space:]]*name\[Group1\].*=[[:space:]]*//;s/;[[:space:]]*$//' | sort