mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
8 lines
128 B
Bash
Executable file
8 lines
128 B
Bash
Executable file
#!/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 ''
|