4 lines
37 B
Bash
Executable file
4 lines
37 B
Bash
Executable file
#!/bin/rc
|
|
|
|
exec grep -n $* /dev/null
|