summaryrefslogtreecommitdiffstats
path: root/.scripts/tools
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/tools')
-rwxr-xr-x.scripts/tools/compiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/compiler b/.scripts/tools/compiler
index 53d6768..65feea0 100755
--- a/.scripts/tools/compiler
+++ b/.scripts/tools/compiler
@@ -38,7 +38,7 @@ shebangtest() {
case "$file" in
*\.ms) refer -PS -e "$file" | groff -me -ms -kejpt -T pdf > "$base".pdf ;;
- *\.rmd) echo "require(rmarkdown); render('$file')" | R --vanilla ;;
+ *\.rmd) echo "require(rmarkdown); render('$file')" | R -q --vanilla ;;
*\.tex) textype "$file" ;;
*\.md) pandoc "$file" --pdf-engine=xelatex -o "$base".pdf ;;
*config.h) make && sudo make install ;;