Nife version Beta
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

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