qubes-core-admin-linux/file-copy-vm
Rusty Bird 6e4d39c7b3
Use #!/bin/bash and && in qvm-move-to-vm
#!/bin/bash because qvm-move-to-vm sources qvm-copy-to-vm, which has
a bashism (-o pipefail).

&& is safer in case qvm-*copy*-to-vm is ever changed to call 'set +e'.
2016-02-16 08:33:54 +00:00
..
Makefile Implement qvm-copy-to-vm and qvm-move-to-vm utilities 2015-11-11 05:09:21 +01:00
qfile-dom0-agent.c Implement qvm-copy-to-vm and qvm-move-to-vm utilities 2015-11-11 05:09:21 +01:00
qvm-copy-to-vm qvm-copy-to-vm: Fix running with multiple file arguments 2016-02-13 15:21:39 +00:00
qvm-move-to-vm Use #!/bin/bash and && in qvm-move-to-vm 2016-02-16 08:33:54 +00:00