diff --git a/bin/qemush b/bin/qemush index 4233eb3..9399bc5 100755 --- a/bin/qemush +++ b/bin/qemush @@ -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" "$@"