qemush : nouvelle version

This commit is contained in:
Ahurac 2024-03-25 23:32:34 +01:00
parent c24dbcdabb
commit 7d0a44df21

View file

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