shithub: bin.rc

ref: 92d3d9d1a431f20df9ce8d3d42ac7fb428281a01
dir: /bin/isatty/

View raw version
#!/bin/awk -f
BEGIN {
	getline <"/fd/0ctl"
	if($10 != "/dev/cons")
		exit "nein"
}