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