only knit rmd files to md if they have changed
[rnaseq-cwl-training.git] / bin / knit_lessons.sh
index 3a2395f3cf803ffaa90369936fd253ab06994e71..6f9dae04dcc09173e34d6fe72a02b638cb22dba0 100755 (executable)
@@ -4,5 +4,5 @@
 # The Makefile passes in the names of files.
 
 if [ $# -ne 0 ] ; then
-    Rscript -e "source('bin/generate_md_episodes.R')"
+    Rscript -e "source('bin/generate_md_episodes.R')" $*
 fi