diff --git a/chertex.sh b/chertex.sh index c76a30b..02072a8 100755 --- a/chertex.sh +++ b/chertex.sh @@ -69,9 +69,9 @@ if [ $# -eq 1 ]; then #### Special treatment for sample-matrix.Rnw # If $jobname is sample-matrix, restart Shiny and term this script if [[ $jobname == "sample-matrix" ]]; then - echo " -------------------------------" - echo " sample-matrix: restarting Shiny" - echo " -------------------------------" + echo " -------------------------------" + echo " Restarting Shiny" + echo " -------------------------------" # kill Shiny pkill -f "shiny::runApp" @@ -86,9 +86,9 @@ if [ $# -eq 1 ]; then #### Special treatment for thesis # If $jobname is thesis, fetch some external assets if [[ ${PWD} == "/media/bay/taha/chepec/thesis" && $jobname == "thesis" ]]; then - echo " -------------------------------" - echo " THESIS: getting external assets" - echo " -------------------------------" + echo " -------------------------------" + echo " Getting external assets" + echo " -------------------------------" # summary of operations in this if-clause: # trawl the assets/ subdirectories looking for a file "external.assets", if found, # read its contents line-by-line (each line is a path) and copy that file to the current assets/ subdir