qemush : version 1.0.0 !

This commit is contained in:
Ahurac 2024-05-06 09:53:57 +02:00
parent f6da6444f6
commit 29d0048d79

View file

@ -1,6 +1,5 @@
#!/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" "$@"