2becc36a3e
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
40 B
Bash
Executable File
4 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
|
|
grep -h '=y$' "$@" | sort -u
|