Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:24

0001 #!/bin/sh
0002 
0003 dir=${1}
0004 
0005 #cp index.php into all subdirectories
0006 find ${dir} -mindepth 0 -type d -exec cp web/index.php {} \;