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