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