qemush : version 1.0.0 !

This commit is contained in:
Ahurac 2024-05-06 09:55:26 +02:00
parent f6da6444f6
commit 8b5109d1e4

View file

@ -1,6 +1,6 @@
#!/usr/bin/env sh
# version=0.11.0
# version=1.0.0
# Re-exec the script as qemu via sudo (only if needed)
[ "$(whoami)" != qemu ] && exec sudo -E -H -u qemu -- "$0" "$@"