mirror of
https://github.com/qemu/qemu.git
synced 2025-01-21 13:03:26 +08:00
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
|