summaryrefslogtreecommitdiff
path: root/runemu.sh
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2014-09-24 12:15:06 -0700
committeriximeow <me@iximeow.net>2014-09-24 12:15:06 -0700
commitc0ab4a627bca92268b9ecadc03298b8573b5d2ae (patch)
tree9f81e7f75e359b8140634a8e516c1f86b1311767 /runemu.sh
Initial commit
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"
+