#!/bin/bash

echo "Content-type: text/plain"
echo
echo "This is a test script."
echo "Working directory: $(pwd)"
env
ls -l
