Skip to content

Instantly share code, notes, and snippets.

@rkive
Created December 20, 2011 17:37
Show Gist options
  • Save rkive/1502436 to your computer and use it in GitHub Desktop.
Save rkive/1502436 to your computer and use it in GitHub Desktop.
Simple cloud-init test taken from https://help.ubuntu.com/community/CloudInit
#!/bin/sh
echo "Hello World. The time is now $(date -R)!" | tee /root/output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment