From ccafb8d244a62badf8fd02702a5f76da6d6dda92 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 12 Jul 2018 08:57:03 +0200 Subject: [PATCH] Switch to markdown --- README => README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename README => README.md (97%) diff --git a/README b/README.md similarity index 97% rename from README rename to README.md index 5cb8615..4f8b759 100644 --- a/README +++ b/README.md @@ -1,5 +1,4 @@ -CGI Bash Shell Interface -======================== +# CGI Bash Shell Interface CBSI is a small program that makes CGI programming in the Bash Shell a lot easier, or at least more tolerable. It is intended for Kagera Firmware, where @@ -30,5 +29,4 @@ Additional parameters that can be passed to CBSI: * --upload-limit=limit - allows a mime-encoded file up to limit KB to be uploaded. The default value is 0KB (no limit). - This software is based on Haserl .