Nife version Beta
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

13 行
349 B

  1. #! /bin/sh
  2. if test -x nife
  3. then
  4. ./nife benchm.nif
  5. uname -a
  6. echo "If your system is not present in the NEWS file, and if you have some time"
  7. echo "Take a screen-shot and send your test at nife@seriane.fr"
  8. echo "Thank you helping us in this challenge !"
  9. else
  10. echo "You are not in the src directory or you have not run 'make'"
  11. fi
  12. echo "The Nife Team."