diff --git a/src/main/java/com/olexyn/ensync/shell/pipe.sh b/src/main/java/com/olexyn/ensync/shell/pipe.sh deleted file mode 100755 index dc6f96c..0000000 --- a/src/main/java/com/olexyn/ensync/shell/pipe.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -a=$1 -b=$2 -$a | $b - -# this is a pipe \ No newline at end of file diff --git a/src/main/java/com/olexyn/ensync/shell/pipe2.sh b/src/main/java/com/olexyn/ensync/shell/pipe2.sh deleted file mode 100755 index 826e21f..0000000 --- a/src/main/java/com/olexyn/ensync/shell/pipe2.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -a=$1 -b=$2 -c=$3 -$a | $b | $c - -# this is a double pipe \ No newline at end of file diff --git a/src/main/java/com/olexyn/ensync/shell/toFile.sh b/src/main/java/com/olexyn/ensync/shell/toFile.sh deleted file mode 100755 index 8585b3d..0000000 --- a/src/main/java/com/olexyn/ensync/shell/toFile.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -a=$1 -b=$2 -c=$3 - -$a $b > $c \ No newline at end of file