From 39aa8530424310663c888f9e02224158961532e3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 Oct 2018 18:41:29 +0100 Subject: PHP is crap --- .../Console/Commands/StartServerCommand.php | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 infrastructure/Console/Commands/StartServerCommand.php (limited to 'infrastructure/Console/Commands/StartServerCommand.php') diff --git a/infrastructure/Console/Commands/StartServerCommand.php b/infrastructure/Console/Commands/StartServerCommand.php deleted file mode 100644 index 03ec6f9..0000000 --- a/infrastructure/Console/Commands/StartServerCommand.php +++ /dev/null @@ -1,30 +0,0 @@ -line('Starting server...'); - if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { - exec("wsl bash infrastructure/Console/Commands/StartServer.sh"); - } else { - exec("bash infrastructure/Console/Commands/StartServer.sh"); - } - } -} \ No newline at end of file -- cgit v1.2.3