Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

hello world shell script

#!/bin/sh
# This is a comment!
echo Hello World        # This is a comment, too!
Source by www.shellscript.sh #
 
PREVIOUS NEXT
Tagged: #world #shell #script
ADD COMMENT
Topic
Name
7+3 =