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