Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /tutorial-simulations-using-ddsim-and-geant4/bin/knit_lessons.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/usr/bin/env bash
0002 
0003 # Only try running R to translate files if there are some files present.
0004 # The Makefile passes in the names of files.
0005 
0006 if [ $# -eq 2 ] ; then
0007     Rscript -e "source('bin/generate_md_episodes.R')" "$@"
0008 fi