comparison workers/bin/_fixAndMerge.sh @ 25:1b9329f6b5e1

works on which.16
author Henry S. Thompson <ht@markup.co.uk>
date Wed, 07 Nov 2018 17:37:27 +0000
parents
children dd19cf97b6dd
comparison
equal deleted inserted replaced
24:b4e3beb2227e 25:1b9329f6b5e1
1 #!/bin/bash
2 # Usage: [cat remote filenames] | _fixAndMerge.sh id home pause
3 id=$1
4 home=$2
5 pause=$3
6 # Don't all start at once
7 sleep $pause
8 ssh $home "xargs cat" | fixDates.py