Prevent simple errors from killing containers
This commit is contained in:
parent
2f38bc640c
commit
0acb75aad6
27 changed files with 42 additions and 36 deletions
|
@ -4,7 +4,7 @@ else
|
|||
mkdir "$CODEDIR" && cd "$CODEDIR"
|
||||
|
||||
printf %s "$1" > program.cs
|
||||
csc program.cs >/dev/null && mono program.exe
|
||||
csc program.cs >/dev/null && mono program.exe || true
|
||||
|
||||
cd .. && rm -rf "$CODEDIR"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue