Bash/sh/heyo.sh

9 lines
242 B
Bash
Raw Permalink Normal View History

2021-07-08 03:24:21 +00:00
#!/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