summaryrefslogtreecommitdiff
path: root/yaksh/bash_files
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/bash_files')
-rw-r--r--yaksh/bash_files/sample.args2
-rwxr-xr-xyaksh/bash_files/sample.sh2
-rw-r--r--yaksh/bash_files/sample1.args1
-rwxr-xr-xyaksh/bash_files/sample1.sh2
-rwxr-xr-xyaksh/bash_files/sample2.args1
-rwxr-xr-xyaksh/bash_files/sample2.sh2
6 files changed, 0 insertions, 10 deletions
diff --git a/yaksh/bash_files/sample.args b/yaksh/bash_files/sample.args
deleted file mode 100644
index 4d9f00d..0000000
--- a/yaksh/bash_files/sample.args
+++ /dev/null
@@ -1,2 +0,0 @@
-1 2
-2 1
diff --git a/yaksh/bash_files/sample.sh b/yaksh/bash_files/sample.sh
deleted file mode 100755
index e935cb3..0000000
--- a/yaksh/bash_files/sample.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 ))
diff --git a/yaksh/bash_files/sample1.args b/yaksh/bash_files/sample1.args
deleted file mode 100644
index 541cb64..0000000
--- a/yaksh/bash_files/sample1.args
+++ /dev/null
@@ -1 +0,0 @@
-test.txt \ No newline at end of file
diff --git a/yaksh/bash_files/sample1.sh b/yaksh/bash_files/sample1.sh
deleted file mode 100755
index 965874b..0000000
--- a/yaksh/bash_files/sample1.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-cat $1
diff --git a/yaksh/bash_files/sample2.args b/yaksh/bash_files/sample2.args
deleted file mode 100755
index cf4499d..0000000
--- a/yaksh/bash_files/sample2.args
+++ /dev/null
@@ -1 +0,0 @@
-file1.csv file2.csv file3.csv
diff --git a/yaksh/bash_files/sample2.sh b/yaksh/bash_files/sample2.sh
deleted file mode 100755
index 5dc55b8..0000000
--- a/yaksh/bash_files/sample2.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-cat $1 | cut -d: -f2 | paste -d: $3 - $2