shithub: bin.rc

ref: 0caade8a5f4d1d80802fc47b1777336af7aee37e
dir: /bin/isatty/

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