~ysu/gemini-chatroom

256f9d4e7b59b0d1495ecc27fea6ddf560750b87 — vps 2 years ago b92e405
changed /bin/sh to /bin/dash
3 files changed, 3 insertions(+), 3 deletions(-)

M bin/chat0/index.gmi
M bin/chat0/post
M bin/chat0/postuser
M bin/chat0/index.gmi => bin/chat0/index.gmi +1 -1
@@ 1,4 1,4 @@
#!/bin/sh
#!/bin/dash

echo "20 text/gemini\r\n"
echo "# Chatroom 0"

M bin/chat0/post => bin/chat0/post +1 -1
@@ 1,4 1,4 @@
#! /bin/bash
#!/bin/bash

chatNum=0


M bin/chat0/postuser => bin/chat0/postuser +1 -1
@@ 1,4 1,4 @@
#!/bin/sh
#!/bin/dash

if [ -z $QUERY_STRING ]; then
	echo "10 Username\r\n"