Hello world!

# nano hello.sh

#!/bin/bash
STR='Hello World!'
echo $STR

# chmod +x hello.sh

[me@star ~]# ./hello.sh
Hello World!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">