shithub: riscv

ref: 276c090a9536c0165d10d908862a93e743d3b344
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 ''