aboutsummaryrefslogtreecommitdiff
path: root/scripts/qemu-wrapper.sh
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-13 14:24:24 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-13 14:24:24 +0000
commitf049972aadd16ab2fcf4770ebbfa20c66b4994e8 (patch)
treedcfd5b51d14a05d65a24bdeecd13413179455e77 /scripts/qemu-wrapper.sh
parentbfe60f1c0f316cc512dd61f82667e59b284d3271 (diff)
downloadteachos-f049972aadd16ab2fcf4770ebbfa20c66b4994e8.tar.xz
teachos-f049972aadd16ab2fcf4770ebbfa20c66b4994e8.zip
ide: improve launch configuration
Diffstat (limited to 'scripts/qemu-wrapper.sh')
-rwxr-xr-xscripts/qemu-wrapper.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qemu-wrapper.sh b/scripts/qemu-wrapper.sh
new file mode 100755
index 0000000..fa89ac5
--- /dev/null
+++ b/scripts/qemu-wrapper.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+echo "QEMU WRAPPER"
+qemu-system-x86_64 $@