Add 'sh/heyo.sh'

This commit is contained in:
Sarimoko 2021-07-08 03:24:21 +00:00
parent 10f18e9775
commit 17b9af17ed
1 changed files with 9 additions and 0 deletions

9
sh/heyo.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# Hashtags enable 'comment' sections
# Clear clears terminal up to that point the script
clear
# EXAMPLE of a comment and echo print information
echo 'Heyo! Hello world... Option: 1'
printf 'Heyo! Hello world... Option: 2\n'
exit