Nife version Beta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
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."