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