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