From 32cde26f9807a29eb1fae0833e353212d43d7802 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 11 Sep 2015 12:35:09 +0530 Subject: Change app name to 'yaksh' --- testapp/yaksh/bash_files/sample.args | 2 ++ testapp/yaksh/bash_files/sample.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 testapp/yaksh/bash_files/sample.args create mode 100755 testapp/yaksh/bash_files/sample.sh (limited to 'testapp/yaksh/bash_files') diff --git a/testapp/yaksh/bash_files/sample.args b/testapp/yaksh/bash_files/sample.args new file mode 100644 index 0000000..4d9f00d --- /dev/null +++ b/testapp/yaksh/bash_files/sample.args @@ -0,0 +1,2 @@ +1 2 +2 1 diff --git a/testapp/yaksh/bash_files/sample.sh b/testapp/yaksh/bash_files/sample.sh new file mode 100755 index 0000000..e935cb3 --- /dev/null +++ b/testapp/yaksh/bash_files/sample.sh @@ -0,0 +1,2 @@ +#!/bin/bash +[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 )) -- cgit