4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
arg="library(bookdown);bookdown::preview_chapter(\"$1\")"
|
|
Rscript -e $arg |