4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
cmd=${0##*/}
|
||
|
|
exec grep -F "$@"
|