Files
wmud/old-codebase/lib/plrobjs/searchfor
Gergely Polonkai (W00d5t0ck) dc1a6d7a0a Moved old codebase to old-codebase/
2012-03-07 16:24:50 +01:00

8 lines
206 B
Bash
Executable File

#!/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