diff --git a/testpipe.sh b/testpipe.sh deleted file mode 100755 index 6658bfb..0000000 --- a/testpipe.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -echo "START" -if ! -t 0; then - echo "STDIN is NOT a tty" - cat -else - echo "STDIN *IS* a tty" -fi -echo "END"