mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3 lines
40 B
Bash
Executable file
3 lines
40 B
Bash
Executable file
#!/bin/sh
|
|
|
|
grep -h '=y$' "$@" | sort -u
|