This is a little script to generate an HTML file from a RMarkdown file at the command line.
Instructions:
git clone https://github.com/caromimo/knit.git ~/.commandsAnd then add the following line in your .bashrc file in your home directory:
export PATH="$HOME/.commands:$PATH"