公告板
版本库
filestore
活动
搜索
登录
valib
/
c_bhomebus
shm的c++通讯库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Change the prototype to keep the same with the declaration.
fujuntang
2021-08-31
a884fbe1c98e91d8922ac3017e1179e2edc28ef0
[valib/c_bhomebus.git]
/
chsuffix.sh
1
2
3
4
5
6
for file in $(find . -name "*.c")
do
filename=${file%.c}
echo $filename.cpp
mv $file $filename.cpp
done