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