add tools to deal with episodes written in Rmd
[rnaseq-cwl-training.git] / bin / knit_lessons.sh
1 #!/usr/bin/env bash
2
3 if [ -d "_episodes_rmd" ] ; then
4     Rscript -e "source('bin/generate_md_episodes.R')"
5 fi