ref: a739eb939b352f37941f46910551cc2070ecd5bb dir: /bin/isatty/
#!/bin/awk -f BEGIN { getline <"/fd/0ctl" if($10 != "/dev/cons") exit "nein" }