shithub: riscv

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