git: 9front

ref: b6f7ca0fff656c68fc98dfd2a1eeec0ea5ff7b0f
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 ''