shell1
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:0k
源码类别:
中间件编程
开发平台:
Visual C++
- #!/bin/bash
- touch heaven1.txt
- touch result.txt
- gcc -o jin jin.c
- ./jin -r normal >heaven1.txt
- diff heaven.txt heaven1.txt
- rm result.txt
- rm heaven1.txt