зеркало из https://github.com/github/msysgit.git
9 строки
167 B
Plaintext
9 строки
167 B
Plaintext
|
#!/bin/sh
|
||
|
# Copyright (C) 2002, Earnie Boyd
|
||
|
# mailto:earnie@users.sf.net
|
||
|
# This file is part of MSYS
|
||
|
# http://www.mingw.org/msys.shtml
|
||
|
# File: egrep
|
||
|
|
||
|
grep -E "$@"
|