diff options
| author | Scott Moser <smoser@ubuntu.com> | 2010-01-26 19:49:54 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2010-01-26 19:49:54 -0500 |
| commit | ea56eab92a3b373aecf1d14390ef6c0c6682d2e9 (patch) | |
| tree | 8e838aedc2faf076b27b7f460e8e898a4a37d550 /examples/user-script.txt | |
| parent | e7fcf1d3ab91193d9e3ff86fa845e5bd0edca86d (diff) | |
| download | vyos-cloud-init-ea56eab92a3b373aecf1d14390ef6c0c6682d2e9.tar.gz vyos-cloud-init-ea56eab92a3b373aecf1d14390ef6c0c6682d2e9.zip | |
add examples of user data
Diffstat (limited to 'examples/user-script.txt')
| -rw-r--r-- | examples/user-script.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/user-script.txt b/examples/user-script.txt new file mode 100644 index 00000000..6a87cad5 --- /dev/null +++ b/examples/user-script.txt @@ -0,0 +1,8 @@ +#!/bin/sh + +cat <<EOF +============================ +My name is ${0} +I was input via user data +============================ +EOF |
