Hello World (BASH) August 1, 2018 Shell Scripting BASH 0 # basic input read inputString # basic output echo 'Hello, World.' echo $inputString Inputoutput
Leave a Reply