rwxrob-dot/snippets/bash/hasout
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

7 lines
69 B
Plaintext

if [[ -t 1 ]]; then
echo has stdout
else
echo redirected
fi