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