From 17b9af17ed0e502f4f23c8f8524a979f0f3591a9 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 03:24:21 +0000 Subject: [PATCH] Add 'sh/heyo.sh' --- sh/heyo.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sh/heyo.sh diff --git a/sh/heyo.sh b/sh/heyo.sh new file mode 100644 index 0000000..68d3c01 --- /dev/null +++ b/sh/heyo.sh @@ -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 \ No newline at end of file