diff options
author | ankitjavalkar | 2015-05-13 14:13:02 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-05-14 15:05:53 +0530 |
commit | 781548f53d864a56d313c04553c60b68c60e87c0 (patch) | |
tree | da48acec7ca884c262299682fada490e35b61ae1 /testapp/docs/sample.sh | |
parent | a022e0145ec8fb1622d58c2e2281c016b1d45b01 (diff) | |
download | online_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-x | testapp/docs/sample.sh | 2 |
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 )) |