From 08ed48182cad81fa7c1690b0578261e7e62679da Mon Sep 17 00:00:00 2001 From: zeus Date: Fri, 25 Sep 2020 00:13:29 +0300 Subject: [PATCH] grep 8 --- index_grep.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index_grep.yml b/index_grep.yml index 3dbfc33..ef77fbd 100644 --- a/index_grep.yml +++ b/index_grep.yml @@ -72,3 +72,26 @@ points: "1" # ELO output: log: "bash" + 3_Regular_Expressions_Examples: + display_name: "Regular_Expressions_Examples" + swarmlabservice: "os2" + info: + file: "3_Regular_Expressions_Examples/info" + code: + lang: "bash" + exec: "/bin/bash" + file: "3_Regular_Expressions_Examples/code" + data: "3_Regular_Expressions_Examples/data" + options: "" + mimetype: "bash" + output: + log: "console" + mimetype: "bash" + challenge: + question: "3_Regular_Expressions_Examples/q-info" + codehelp: "3_Regular_Expressions_Examples/codehelp" + codeanswer: "3_Regular_Expressions_Examples/codeanswer" + mimetype: "bash" + points: "3" # ELO + output: + log: "bash"