From f518e103a2f45540132bdf4e950963325d6d646c Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Mon, 14 Feb 2022 20:51:31 -0700 Subject: [PATCH] together hello --- hello-world/Jordan_Taylor_plus/hello-world | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello-world/Jordan_Taylor_plus/hello-world diff --git a/hello-world/Jordan_Taylor_plus/hello-world b/hello-world/Jordan_Taylor_plus/hello-world new file mode 100644 index 0000000..6a61a20 --- /dev/null +++ b/hello-world/Jordan_Taylor_plus/hello-world @@ -0,0 +1,3 @@ +#!/bin/bash +MESSAGE='hello world' +echo "$MESSAGE this is not a lizard" \ No newline at end of file