1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update start-socat.sh

This commit is contained in:
niansa 2018-01-06 15:58:27 +01:00 committed by GitHub
parent dc18fb1b73
commit a360f6503a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
#! /bin/bash
echo 'simpsh-httpd Copyright (C) 2018 niansa
This program comes with ABSOLUTELY NO WARRANTY; for details read "'"$(pwd)/LICENSE"'".
This is free software, and you are welcome to redistribute it under certain conditions; read "'"$(pwd)/LICENSE"'" for details.'
. ./config.sh
echo "Listening at Port: $PORT"
if [ "$1" = "-d" -o "$1" = "--daemon" ]; then