Use $gophermap variable instead of hardcoded gophermap
Use $gemini_index variable instead of hardcoded index.gmi
Use printf instead of echo -e
Make sure to send header 20 text/gemini/r/n in gemini script
Changes:
* Use index.gmi directly as a CGI script
* Use `/usr/bin/env sh` instead of `/bin/bash`
* Use `$gophermap` variable instead of hardcoded `gophermap`
* Use `$gemini_index` variable instead of hardcoded `index.gmi`
* Use `printf` instead of `echo -e`
* Make sure to send header `20 text/gemini/r/n` in gemini script
Changes:
/usr/bin/env sh
instead of/bin/bash
$gophermap
variable instead of hardcodedgophermap
$gemini_index
variable instead of hardcodedindex.gmi
printf
instead ofecho -e
20 text/gemini/r/n
in gemini script561d8950d3
.