ShellSpider/home/hello-world.sh
2017-11-18 23:52:03 +01:00

18 lines
170 B
Bash
Executable file

#!/bin/bash
. $1
setStatusCode 200
cat <<EOF
<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
EOF