From b7d10d986397e13803f5c1277b2c5a6ed499e801 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Tue, 10 Oct 2017 09:58:51 +0200 Subject: [PATCH] Decreased wait (sleep) times for chertex.sh slightly. --- chertex.sh | 16 ++++++++-------- chrome-with-tabs.sh | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chertex.sh b/chertex.sh index 368cba5..2b4725a 100755 --- a/chertex.sh +++ b/chertex.sh @@ -32,7 +32,7 @@ Rfiletype="R" TeXfiletype="tex" tikzfiles="*.tikz" Rnwfiles="*.Rnw" -auxfiles="*.aux *.bbl *.bcf *.blg *.fdb* *.figlist *.fls *.lof *.log *.lot *.lox *.makefile *.map *.out *.run* *.tdo *.toc *.dep *.dpth" +auxfiles="*.acn *.acr *.alg *.aux *.bbl *.bcf *.blg *.dep *.dpth *.fdb* *.figlist *.fls *.glg *.glo *.gls *.lof *.log *.lot *.out *.lox *.makefile *.map *.out *.run* *.slg *.slo *.sls *.tdo *.toc *.xdy" # depending on number of args and their content, do different things... @@ -76,7 +76,7 @@ if [ $# -eq 1 ]; then bash -c "/home/taha/chepec/chetex/common/bash/shiny-matrix.sh" & # terminate this script echo " Terminating..." - simpledelay.sh 4 + simpledelay.sh 2 exit 0 fi @@ -102,7 +102,7 @@ if [ $# -eq 1 ]; then echo " -----------------------" echo " Rscript knitr completed" echo " -----------------------" - simpledelay.sh 4 + simpledelay.sh 2 else # Run pgfSweave commands echo " ---------------------------" @@ -120,7 +120,7 @@ if [ $# -eq 1 ]; then echo " -------------------------" echo " R CMD pgfsweave completed" echo " -------------------------" - simpledelay.sh 4 + simpledelay.sh 2 fi # Run vc script if vc exists in working directory @@ -265,10 +265,10 @@ else fi -echo "------------------------------------" -echo "=== chertex.sh completed ===" +echo "-------------------------------------" +echo "=== chertex.sh completed ===" echo "=== $(date) ===" -echo "------------------------------------" -simpledelay.sh 10 +echo "-------------------------------------" +simpledelay.sh 3 exit 0 diff --git a/chrome-with-tabs.sh b/chrome-with-tabs.sh index 54f5b62..d85d9ce 100755 --- a/chrome-with-tabs.sh +++ b/chrome-with-tabs.sh @@ -7,8 +7,8 @@ b="https://www.rememberthemilk.com" c="https://asks.timetask.com" d="https://keep.google.com/keep/" -e="https://luxor.chepec.se/tagspaces/" f="https://shiny.chepec.se" +g="https://luxor.chepec.se/nextcloud/" # start the local http server for serving PDF reports (used in Shiny sample matrix) cd /home/taha/chepec @@ -16,6 +16,6 @@ cd /home/taha/chepec python /home/taha/chepec/chetex/common/bash/shiny-python-localhost.py & # start Chrome -google-chrome $b $c $d $e $f +google-chrome $b $c $d $f $g exit 1