hello.sh

#!/bin/bash


echo "Hello World"





$ chmod +x

$ ./hello.sh

Hello World

$



Posted by tenn
,