shithub: riscv

ref: 60b1a2f82dc96b254d6dec1bfd1c14ca056c21dd
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 ''