File: user-script.txt

package info (click to toggle)
cloud-init 0.7.6~bzr976-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,264 kB
  • ctags: 2,274
  • sloc: python: 18,679; sh: 1,175; makefile: 71; xml: 21
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#!/bin/sh

cat <<EOF
============================
My name is ${0}
I was input via user data
============================
EOF