mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
7 lines
206 B
Bash
Executable file
7 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
|