From: Scott Worley Date: Sun, 19 Jul 2020 16:51:06 +0000 (-0700) Subject: Use the local rename-to-date X-Git-Url: http://git.scottworley.com/picsort/commitdiff_plain/1eb4e1cbe9f5da808fcf62aa42d298bb9f0d710f?ds=inline;hp=70f277664128fdf614dd61f3b8737829ba28638e Use the local rename-to-date --- diff --git a/slurp-pics b/slurp-pics index 8bbd7ca..c8a92f0 100755 --- a/slurp-pics +++ b/slurp-pics @@ -24,5 +24,5 @@ while read host path;do for f in "$outdir"/*;do touch "$seendir/$f" done - rename-to-date "$outdir"/* + ./rename-to-date "$outdir"/* done < .slurp-hosts