5 lines
30 B
Plaintext
5 lines
30 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
exec grep -r "$@"
|
||
|
|
|