原始内容
高亮显示
复制内容
#!/bin/sh for nm in `cat $1` ; do n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'` echo "#undef je_${n}" done
您还没有登录,登录后您可以:
首次使用?从这里 注册