From 3f0bb01600535b105c265e9da63814af06c0ab9d Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 24 Jun 2015 15:55:35 +0530 Subject: Move docs/ dir to exam/ dir, fix code_evaluators dict in exam/settings --- testapp/exam/docs/sample.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 testapp/exam/docs/sample.sh (limited to 'testapp/exam/docs/sample.sh') diff --git a/testapp/exam/docs/sample.sh b/testapp/exam/docs/sample.sh new file mode 100755 index 0000000..e935cb3 --- /dev/null +++ b/testapp/exam/docs/sample.sh @@ -0,0 +1,2 @@ +#!/bin/bash +[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 )) -- cgit