launchers/windows10 : nouvelle shebang line

This commit is contained in:
Ahurac 2024-03-12 11:57:26 +01:00
parent 310523a934
commit 48c465f8bf

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/usr/bin/env sh
export QEMUSH_RAM=4G
export QEMUSH_BASE=virtiofs,kvm
[ -z "$QEMUSH_NAME" ] && {
@ -14,3 +14,4 @@ exec spice \
-name "$QEMUSH_NAME" \
-device intel-hda -device hda-duplex,audiodev=snd0 \
"$@"
set -x