3 lines
28 B
Plaintext
3 lines
28 B
Plaintext
|
#!/bin/sh
|
||
|
exec grep -E "$@"
|