1 Star 0 Fork 0

codergeek/neuvector_debug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
shortlic.sh 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
becitsthere 提交于 2021-12-17 17:18 . Add initial source code
find . -name LICENSE -exec sh -c '
FILE=$(echo {} | cut -c 3- | sed -e "s/\/LICENSE//g" )
NAME=$(echo $FILE | cut -c 8- )
LIC=$(grep -m 1 . {} | sed -e "s/All rights reserved.//g" | sed -e "s/Copyright (c) [0-9]*//g" | sed "s/^[ \t]*//;s/[ \t]*$//" )
echo $FILE, , $LIC, $NAME
' sh \;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/codergeek/neuvector_debug.git
[email protected]:codergeek/neuvector_debug.git
codergeek
neuvector_debug
neuvector_debug
v5.0.0

搜索帮助