Hello World

From Sfvlug

Here is my nifty program, try it out and let me know how well you like it. I wrote it in Bash but it should run in most shells.

#!/bin/bash          
echo Hello World

Now let's say you didn't write it but have permission to reproduce it, you should include credit for the author or copyright holder.


Hi all, I found this cool little script by at http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html#toc14 it didn't give the specific license in the document but you can contact the author, Mike G mikkey at dynamo.com.ar for more information.

#!/bin/bash          
echo Hello World

You don't need to follow my example exactly, but hopefully this will give an idea on how to include a reference to the original source if you did not write it yourself. My example was a fairly save bet that no one would object but if in doubt just post a link directly to the external source.


Personal tools