Monday, April 27, 2009

cat >hello.sh <<EOF

cat >hello.sh <<EOF
#!/bin/sh
echo "Hello World!"
EOF
chmod +x hello.sh
./hello.sh

No comments:

Post a Comment

 

82696