branch : pmacs2
This commit is contained in:
moculus 2008-04-21 22:54:42 +00:00
parent 12234552fa
commit 007f31bdad
1 changed files with 23 additions and 0 deletions

23
code_examples/awful.sh Executable file
View File

@ -0,0 +1,23 @@
#!/bin/sh
FOO="33"
echo FOO $FOO
#cat <<EOF <<EOF2
#this is the first heredoc
#ugh
#EOF2
#this is the second heredoc
#blech
#EOF
cat <<EOF && cat <<EOF2
this is the first heredoc
blech
EOF
this is the second heredoc
ugh
EOF2
BAR="22"
echo BAR $BAR