core-admin/qvm-tools/qubes-create

8 lines
136 B
Plaintext
Raw Normal View History

#!/usr/bin/python2
# vim: fileencoding=utf-8
import sys
import qubes.tools.qubes_create
sys.exit(not qubes.tools.qubes_create.main())