diff options
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 |