Nife version Beta
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

13 satır
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."