cat >hello.sh <<EOF
#!/bin/sh
echo "Hello World!"
EOF
chmod +x hello.sh
./hello.sh
Monday, April 27, 2009
cat >hello.sh <<EOF
Subscribe to:
Post Comments (Atom)
cat >hello.sh <<EOF
#!/bin/sh
echo "Hello World!"
EOF
chmod +x hello.sh
./hello.sh
No comments:
Post a Comment