Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:57

0001 #!/bin/bash
0002 [[ -e htmlrunning ]] && exit 0
0003 echo $$ > htmlrunning
0004 source ./setup_all.sh
0005 Xvfb :0 -nolisten tcp &
0006 export DISPLAY=unix:0
0007 perl makehtml.pl >& /sphenix/u/sphnxpro/makehmtl.log
0008 kill $!
0009 rm htmlrunning