From 93fbb4586fb5d4941ee90670ee4d29515da19998 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Fri, 8 Jun 2018 06:09:04 +0200 Subject: [PATCH] Cosmetic changes, should improve UX a little --- chertex.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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