Skip to content

Instantly share code, notes, and snippets.

@lemoony
lemoony / echo-something.sh
Last active February 13, 2022 20:51
SnipKit Example Gist #snipkitExample
#
# Echo something
#
# ${VAR1} Name: Message
# ${VAR1} Description: What to print on first line
echo "$VAR1"
# ${VAR2} Name: Application
# ${VAR2} Description: What to print on the first part of the second line