diff --git a/bin/qemush b/bin/qemush index d2e00d4..8dad0f1 100755 --- a/bin/qemush +++ b/bin/qemush @@ -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" "$@"