From 7a60f782995eed0352f3172f445bb35ae8ee6aa9 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 14 Sep 2015 12:28:41 +0530 Subject: Remove testapp dir, remove reference to testapp in paths, files --- yaksh/docs/sample.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 yaksh/docs/sample.sh (limited to 'yaksh/docs/sample.sh') diff --git a/yaksh/docs/sample.sh b/yaksh/docs/sample.sh new file mode 100755 index 0000000..e935cb3 --- /dev/null +++ b/yaksh/docs/sample.sh @@ -0,0 +1,2 @@ +#!/bin/bash +[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 )) -- cgit