diff options
author | adityacp | 2016-12-23 12:21:10 +0530 |
---|---|---|
committer | adityacp | 2016-12-23 12:21:10 +0530 |
commit | 14b628f49a7d0aa58c22c021c62a5d0a748ae881 (patch) | |
tree | 64ada1524098b3bcac6e5fe7a26fe17bca53f925 /yaksh/bash_files | |
parent | dd1eeca0267159ddde3036c706818dec0b7e5f45 (diff) | |
download | online_test-14b628f49a7d0aa58c22c021c62a5d0a748ae881.tar.gz online_test-14b628f49a7d0aa58c22c021c62a5d0a748ae881.tar.bz2 online_test-14b628f49a7d0aa58c22c021c62a5d0a748ae881.zip |
Remove unused files for java, c, bash, scilab
Diffstat (limited to 'yaksh/bash_files')
-rw-r--r-- | yaksh/bash_files/sample.args | 2 | ||||
-rwxr-xr-x | yaksh/bash_files/sample.sh | 2 | ||||
-rw-r--r-- | yaksh/bash_files/sample1.args | 1 | ||||
-rwxr-xr-x | yaksh/bash_files/sample1.sh | 2 | ||||
-rwxr-xr-x | yaksh/bash_files/sample2.args | 1 | ||||
-rwxr-xr-x | yaksh/bash_files/sample2.sh | 2 |
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 |