URI: 
       tcookwhat: search all files - recipes - various cooking recipes
  HTML git clone git://src.adamsgaard.dk/recipes
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 586bc81c8753a0c6faa0d2c7e64e69064f65fa6c
   DIR parent ed66d3ef2d17b66b316934e62b2dde1d7ed8d5ae
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 26 Aug 2021 21:10:17 +0200
       
       cookwhat: search all files
       
       Diffstat:
         M cookwhat                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/cookwhat b/cookwhat
       t@@ -1,5 +1,5 @@
        #!/bin/sh
       -cmd="find . -iname '*.md' -type f"
       +cmd="find . -type f"
        i=0
        for a in "$@"; do
                i=$((i + 1))