URI: 
       Properly handle .meme filetype. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 4e66272c8cba2a8d17464ed5af2b2a02221d554d
   DIR parent cc8e16b6e451a4c1a5af551102c18e86cb275719
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 19 May 2020 13:26:08 +0200
       
       Properly handle .meme filetype.
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M ind.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       @@ -57,6 +57,7 @@ filetype type[] = {
                {"c", "0", handlebin},
                {"sh", "0", handlebin},
                {"patch", "0", handlebin},
       +        {"meme", "0", handlebin},
                {NULL, NULL, NULL},
        };