From e0f5f18492aef877c5c67c5faaf587152b12133c Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 8 Apr 2016 18:25:08 +0200 Subject: [PATCH] Updated Assignments overview (markdown) --- Assignments-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assignments-overview.md b/Assignments-overview.md index 089eb87..ba2b292 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -67,11 +67,11 @@ If not specified otherwise than its mandatory item! Mandatory items are bold, op - **cmd** - description of command which will be executed - **bin** - the binary itself - _args_ - list of arguments which will be sent into execution unit - - _stdin_ - file to which standard input will be redirected, used only in external tasks, can be omitted - - _stdout_ - file to which standard output will be redirected, used only in external tasks, can be omitted - - _stderr_ - file to which error output will be redirected, used only in external tasks, can be omitted - _sandbox_ - wrapper for external tasks which will run in sandbox, if defined task is automatically external - **name** - name of used sandbox + - _stdin_ - file to which standard input will be redirected, can be omitted + - _stdout_ - file to which standard output will be redirected, can be omitted + - _stderr_ - file to which error output will be redirected, can be omitted - **limits** - list of limits which can be passed to sandbox - **hw-group-id** - determines specific limits for specific machines - _time_ - time of execution in second