shithub: bin.rc

ref: 858601ce88f1dc0d9758d101fc7ac26cfcf1c2fb
dir: /bin/isatty/

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