mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
5fd0653a39
Express what's possible via a "virsh script" rather than invoking separate virsh for each one. We need to keep a few for parity as the argument parser behaves differently when processing argv-like input compared to a string. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
echo a A 0 + * . \' / ? = < > &
|
|
echo --xml a A 0 + * . \' / ? = < > &
|
|
echo --shell a A 0 + * . \' / ? = < > &
|
|
echo ""
|
|
echo --shell
|
|
echo --xml
|
|
echo --shell
|
|
echo ''
|
|
echo --shell ""
|
|
echo --xml ''
|
|
echo --shell ""''
|