4 lines
26 B
Plaintext
4 lines
26 B
Plaintext
|
#! /bin/sh
|
||
|
grep $@
|
||
|
exit 0
|