summaryrefslogtreecommitdiff
path: root/runemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runemu.sh')
-rwxr-xr-xrunemu.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/runemu.sh b/runemu.sh
new file mode 100755
index 0000000..aaee739
--- /dev/null
+++ b/runemu.sh
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+qemu-system-x86_64 "$1"
+