#add * to #! *
2 files changed, 2 insertions(+), 2 deletions(-) M bin/chat0/index.gmi M bin/chat0/postuser
M bin/chat0/index.gmi => bin/chat0/index.gmi +1 -1
@@ 1,4 1,4 @@ -#!/bin/dash +#! /bin/dash echo "20 text/gemini\r\n" echo "# Chatroom 0"
M bin/chat0/postuser => bin/chat0/postuser +1 -1
@@ 1,4 1,4 @@ -#!/bin/dash +#! /bin/dash if [ -z $QUERY_STRING ]; then echo "10 Username\r\n"