rouralberto / bash-hello-world

Just Another Bash Hello World

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just Another Bash Hello World đź’»

This is a very simple "Hello world" done with the Bash programming language.

Source code

This "Hola World" is kept short for the sake of simplicity, this is source code of the program:

#!/usr/bin/env bash

echo "Hola World!"

Please note that echo "Hola World!" will show the string "Hola world!" on the screen.

Execute the program

To execute this program, type this:

sh hola-world.sh

About

Just Another Bash Hello World


Languages

Language:Shell 100.0%