Panel/Agent-Windows/OGP64/bin/egrep
2026-06-06 18:46:40 -04:00

4 lines
104 B
Bash

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