Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 232 Bytes

File metadata and controls

17 lines (15 loc) · 232 Bytes

Bash

simple hello world in bash

Running

sh hello_world.sh

or

./hello_world.sh

if you have the executable bit set on the script

you can also pass parameters

sh hello_world.sh Bunny