From: Scott Worley <scottworley@scottworley.com>
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

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