From 82e334a93a273fde95a9417a7166377df73cbd9d Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 18 Jun 2018 12:45:19 -0700 Subject: [PATCH] Make start_qemu.sh executable Fixes #3 The other shell scripts in this repo are executable, so there's no reason this one should not be. Signed-off-by: Patrick McCarty --- start_qemu.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 start_qemu.sh diff --git a/start_qemu.sh b/start_qemu.sh old mode 100644 new mode 100755