#!/bin/bash echo "Content-type: text/plain" echo "" echo "This is a random value from bash: $RANDOM on $(date)" exit 0