Skip to content

Instantly share code, notes, and snippets.

@ety001
Created June 23, 2020 10:01
Show Gist options
  • Save ety001/ed42a68ea6aca95ce2ba8d796b1c005b to your computer and use it in GitHub Desktop.
Save ety001/ed42a68ea6aca95ce2ba8d796b1c005b to your computer and use it in GitHub Desktop.
Content-Type: multipart/mixed; boundary="//"
MIME-Version: 1.0
--//
Content-Type: text/cloud-config; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cloud-config.txt"
#cloud-config
cloud_final_modules:
- [scripts-user, always]
--//
Content-Type: text/x-shellscript; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="userdata.txt"
#!/bin/bash
/bin/echo "Hello World" >> /tmp/testfile.txt
--//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment