File: help.sh

package info (click to toggle)
virt-manager 1%3A3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,104 kB
  • sloc: python: 42,712; xml: 20,573; makefile: 12; sh: 6
file content (9 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# At least check we can execute the main binary
# to catch missing python dependenies
for p in install xml clone; do
    virt-$p --help
done