URI:
       add base64 encode script, it was used for testing inline CSS/favicon - www.codemadness.org - www.codemadness.org saait content files
  HTML git clone git://git.codemadness.org/www.codemadness.org
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 50771d9e9d7a32ac492f8613d3188a42bcb0f65f
   DIR parent 4d19acac6930894181fc3438af9d62c961154d61
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 24 Jul 2021 13:35:38 +0200
       
       add base64 encode script, it was used for testing inline CSS/favicon
       
       Diffstat:
         A scripts/base64                      |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/scripts/base64 b/scripts/base64
       @@ -0,0 +1,2 @@
       +#!/bin/sh
       +uuencode -m - | sed '1d;$ d' | tr -d '\n'