1 Star 1 Fork 2

linkin / depot_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
git-gs 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
"*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
"*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\
"*.js" "*.ts" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn"\
"*.gni" "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto" "*.rs"
1
https://gitee.com/linkin163/depot_tools.git
git@gitee.com:linkin163/depot_tools.git
linkin163
depot_tools
depot_tools
main

搜索帮助