Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2026-04-04 08:16:07

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