Hello World program in shell script

CODE:

#!/bin/bash
#Hello world

echo "Hello world"

OUTPUT:

Hello World program in shell script

No comments :

Post a Comment