No need for zsh to run the bench. Uses bench.sh.

This commit is contained in:
Jean-Paul Chaput 2012-05-08 10:06:51 +00:00
parent d3b4216186
commit aee71bd385
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/zsh
true
while [ $? -eq 0 ]
do
make clean && make
done