This commit is contained in:
hasufell 2014-10-05 18:43:10 +02:00
parent 522ad2b452
commit 1fb87d8e1e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,4 @@ import System.Environment
main :: IO ()
main = do
a <- getArgs
case null a of
False -> makeGUI (head a)
True -> makeGUI ""
makeGUI (if null a then "" else head a)