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