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/bash_files/sample.args | 2 ++ yaksh/bash_files/sample.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 yaksh/bash_files/sample.args create mode 100755 yaksh/bash_files/sample.sh (limited to 'yaksh/bash_files') diff --git a/yaksh/bash_files/sample.args b/yaksh/bash_files/sample.args new file mode 100644 index 0000000..4d9f00d --- /dev/null +++ b/yaksh/bash_files/sample.args @@ -0,0 +1,2 @@ +1 2 +2 1 diff --git a/yaksh/bash_files/sample.sh b/yaksh/bash_files/sample.sh new file mode 100755 index 0000000..e935cb3 --- /dev/null +++ b/yaksh/bash_files/sample.sh @@ -0,0 +1,2 @@ +#!/bin/bash +[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 )) -- cgit