mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
5 lines
104 B
Text
5 lines
104 B
Text
|
#!/bin/sh
|
||
|
#cmd=${0##*/}
|
||
|
#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2
|
||
|
exec grep -E "$@"
|