git: 9front

ref: 2f96625c0bd564dc4a1e5a7e5ca3ad9dde99ac65
dir: /rc/bin/tel/

View raw version
#!/bin/rc
rfork e
for(i){
	if (test -f $home/lib/tel)
		grep -i $i $home/lib/tel
	grep -hi $i /lib/tel /lib/areacodes
}
exit ''