shell脚本实现自动生成C语言文件头信息

60 篇文章 0 订阅
54 篇文章 0 订阅
/********************************************************
 * Author: Goup
 *
 * Date: 2017-08-29
 *
 * Description: 放到 /bin 下, chmod +x vii
 *
 ********************************************************/


#!/bin/bash


if ! grep "^#!" "$1" &>/dev/null;then


cat >> "$1" << EOF
/*******************************
 *Author : goup
 *
 *Date : `date +"%F %T"`
 *
 *Description :
 *******************************/


#include<stdlib.h>
#include<string.h>
#include<signal.h>
#include<arpa/inet.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<unistd.h>
#include<netinet/in.h>
#include<netinet/ip.h>
#include<netinet/ip_icmp.h>
#include<netdb.h>
#include<setjmp.h>
#include<errno.h>
#include<ctype.h>
#include<pthread.h>
#include<time.h>
#include<fcntl.h>
#include<sys/wait.h>
#include<sys/stat.h>


int main(int argc, char **argv)
{


return 0;
}
EOF
fi


vim +33 "$1"
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值