|
||||
File indexing completed on 2025-01-18 10:18:49
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |