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