URI:
       update archive.org script - randomcrap - random crap programs of varying quality
  HTML git clone git://git.codemadness.org/randomcrap
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cf5826d1eac490fbfc30c3750773523f5da7548d
   DIR parent e17ebb90796d256ef356ab2059104c1cdefb886b
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 14 May 2023 18:45:37 +0200
       
       update archive.org script
       
       Diffstat:
         M archive_org.sh                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/archive_org.sh b/archive_org.sh
       @@ -1,4 +1,5 @@
        #!/bin/sh
       +# search archive.org snapshots of an URL.
        
        if test "$1" = ""; then
                echo "usage: $0 <url>" >&2