From 1eb4e1cbe9f5da808fcf62aa42d298bb9f0d710f Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 19 Jul 2020 09:51:06 -0700 Subject: [PATCH] Use the local rename-to-date --- slurp-pics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1