#!/bin/sh

echo "Hello World.  The time is now $(date -R)!" > /home/cirros/output.txt
chown cirros.cirros /home/cirros/output.txt