From 8664a766406d6acf0d6a1688948153c407ea27f2 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 24 Apr 2015 14:25:26 +0530 Subject: Code Review: Code refactoring - Rename files - Create function for @classmethod call - Fix current, add new testcases - Fix views to fetch solution/ref_code_path fields in question post save - Fix errors --- testapp/docs/sample.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 testapp/docs/sample.sh (limited to 'testapp/docs/sample.sh') diff --git a/testapp/docs/sample.sh b/testapp/docs/sample.sh deleted file mode 100755 index e935cb3..0000000 --- a/testapp/docs/sample.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 )) -- cgit