diff options
Diffstat (limited to 'yaksh/bash_files')
-rw-r--r-- | yaksh/bash_files/sample1.args | 1 | ||||
-rwxr-xr-x | yaksh/bash_files/sample1.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/yaksh/bash_files/sample1.args b/yaksh/bash_files/sample1.args new file mode 100644 index 0000000..541cb64 --- /dev/null +++ b/yaksh/bash_files/sample1.args @@ -0,0 +1 @@ +test.txt
\ No newline at end of file diff --git a/yaksh/bash_files/sample1.sh b/yaksh/bash_files/sample1.sh new file mode 100755 index 0000000..965874b --- /dev/null +++ b/yaksh/bash_files/sample1.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cat $1 |