diff options
Diffstat (limited to 'private_dot_local/bin/executable_rmdc')
| -rw-r--r-- | private_dot_local/bin/executable_rmdc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_rmdc b/private_dot_local/bin/executable_rmdc new file mode 100644 index 0000000..0995f61 --- /dev/null +++ b/private_dot_local/bin/executable_rmdc @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "require(rmarkdown); render('$1')" | R --vanilla |