GSP-Agent-Windows/OGP64/bin/egrep

4 lines
104 B
Bash

#!/bin/sh
#cmd=${0##*/}
#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2
exec grep -E "$@"