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