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