Remove: testpipe.sh

This commit is contained in:
psychhim
2025-12-06 01:48:00 +05:30
parent 16be67df6f
commit ee6b52117a

View File

@@ -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"