summaryrefslogtreecommitdiff
path: root/testapp/docs/sample.sh
diff options
context:
space:
mode:
authorankitjavalkar2015-05-13 14:13:02 +0530
committerankitjavalkar2015-05-14 15:05:53 +0530
commit781548f53d864a56d313c04553c60b68c60e87c0 (patch)
treeda48acec7ca884c262299682fada490e35b61ae1 /testapp/docs/sample.sh
parenta022e0145ec8fb1622d58c2e2281c016b1d45b01 (diff)
downloadonline_test-781548f53d864a56d313c04553c60b68c60e87c0.tar.gz
online_test-781548f53d864a56d313c04553c60b68c60e87c0.tar.bz2
online_test-781548f53d864a56d313c04553c60b68c60e87c0.zip
Re apply the docs directory within testapp directory
Diffstat (limited to 'testapp/docs/sample.sh')
-rwxr-xr-xtestapp/docs/sample.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testapp/docs/sample.sh b/testapp/docs/sample.sh
new file mode 100755
index 0000000..e935cb3
--- /dev/null
+++ b/testapp/docs/sample.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 ))