From 2cf27c34feccae79dc53bbfa55b63efdf920a570 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 22 Sep 2018 01:44:05 -0500 Subject: [PATCH] csharp fix --- docker/executors/csharp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/executors/csharp b/docker/executors/csharp index 142463f..ab13872 100755 --- a/docker/executors/csharp +++ b/docker/executors/csharp @@ -1,5 +1,5 @@ #!/bin/sh -cd .. +cd ../.. mcs $(echo $1 | sed 's/\///') -out:tmp/binary timeout -s KILL 3 mono tmp/binary