Nife version Beta
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 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."