shell1
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:0k
源码类别:

中间件编程

开发平台:

Visual C++

  1. #!/bin/bash
  2. touch heaven1.txt
  3. touch result.txt
  4. gcc -o jin jin.c
  5. ./jin -r  normal >heaven1.txt
  6. diff heaven.txt heaven1.txt
  7. rm result.txt
  8. rm  heaven1.txt