mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
3 lines
148 B
Bash
3 lines
148 B
Bash
|
#!/bin/sh
|
||
|
grep '{".*P_[GL]' param/loadparm.c | sed -e 's/&.*$//g' -e 's/",.*P_LOCAL.*$/ S/' -e 's/",.*P_GLOBAL.*$/ G/' -e 's/^ .*{"//g' | sort -f
|