intro_to_ml/make_chapter

4 lines
86 B
Bash

#!/bin/bash
arg="library(bookdown);bookdown::preview_chapter(\"$1\")"
Rscript -e $arg