Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:09

0001 #!/bin/sh
0002 
0003 cmd=mktmpl
0004 export MKTMPL_CMD=$cmd
0005 # find out where Skeleton is installed on a system
0006 sroot=`python3 -c "import FWCore.Skeletons; print('/'.join(FWCore.Skeletons.__file__.split('/')[:-1]))"`
0007 # run actual script
0008 tdir=`echo $0 | sed "s,/$cmd,,g"`
0009 python $sroot/main.py --tdir=$tdir/mkTemplates ${1+"$@"}