C/C++ 基本环境配置脚本
#!/bin/bash #Name: C/C++ env install&conf#Desc: env isntall#Usage: C_env#Path: ~/bin#Update: 2020 0405check() { dpkg -l | egrep -o "$name" >> temp.log for tmp1 in $(cat temp.log) ...