mirror of
https://github.com/hyzendust/command_upload.git
synced 2026-02-15 12:21:16 +01:00
Remove: testpipe.sh
This commit is contained in:
@@ -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"
|
|
||||||
Reference in New Issue
Block a user