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