shithub: riscv

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