Added CircleMUD 3.1 as initial commit
This commit is contained in:
7
lib/plrobjs/searchfor
Executable file
7
lib/plrobjs/searchfor
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../bin/listrent A-E/* | fgrep -i $1
|
||||
../../bin/listrent F-J/* | fgrep -i $1
|
||||
../../bin/listrent K-O/* | fgrep -i $1
|
||||
../../bin/listrent P-T/* | fgrep -i $1
|
||||
../../bin/listrent U-Z/* | fgrep -i $1
|
Reference in New Issue
Block a user