#' runSH
#' run the bash command line
#' @param sh character value representing the bash command line
#'
#' @return NULL
#' @export
#'
#' @examples
runSH = function( sh )
{
cat(sh,'\n\n')
system(sh)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.