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