2015年12月11日

摘要: 1 #!/usr/bin/perl -w 2 @files=`git status -s` ; 3 @sync_files = (); 4 5 foreach (@files) 6 { 7 $file = substr($_,3); # 固定前2个字符为状态 + 1个空格 8 chom... 阅读全文
posted @ 2015-12-11 18:04 深入浅出eBPF 阅读(232) 评论(0) 推荐(0) 编辑

导航