diff workers/bin/timedWhich.sh @ 18:9631fca89cc6

F2-related stuff, and new experiment
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 19 Oct 2018 14:25:19 +0000
parents 2a2c1fb03c54
children a214fd3a8001
line wrap: on
line diff
--- a/workers/bin/timedWhich.sh	Fri Oct 19 11:36:31 2018 +0000
+++ b/workers/bin/timedWhich.sh	Fri Oct 19 14:25:19 2018 +0000
@@ -42,8 +42,8 @@
   ln -s ../nohup.cc .
   tar -czhf - CC* $res | \
    ssh -o StrictHostKeyChecking=no -q $home \"{ cd data
-                    mkdir -p pdf/wat
-                    cd pdf/wat
+                    mkdir -p which
+                    cd which
                     tar -xzf - ; } 2>>errs\"
   rm -rf $res CC* ifile.txt *.pid
   ( sleep 5 ; rm nohup.cc ) &