Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-17 07:07:28

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