Added Content-type to echo in test scripts.

This commit is contained in:
Johannes Findeisen 2024-02-10 18:19:11 +01:00
commit 519e20cd04
4 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@
permalink: /cgi/bash/index.sh
---
echo "Content-type: text/plain"
echo
echo "Hello from bash!"
echo
echo 'date'