From 5dbe63040f10390bb093815d384a55650a670021 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 19 Mar 2020 02:12:57 +0000 Subject: [PATCH] Clean up options parsing --- quickemu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quickemu.sh b/quickemu.sh index b9c5154..61818b4 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -169,9 +169,6 @@ while [ $# -gt 0 ]; do -delete|--delete) DELETE=1 shift;; - -legacy|--legacy) - BIOS="" - shift;; -restore|--restore) RESTORE=1 shift;; @@ -180,7 +177,6 @@ while [ $# -gt 0 ]; do shift;; -virgil|--virgil) ENGINE="virgil" - SAMBA="" shift;; -vm|--vm) VM="$2"