From 0eaf87f6227580a530f64cf93f89d4671fd2ad94 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sat, 12 Aug 2023 03:32:35 +0200 Subject: [PATCH] Create greetings.sh --- MOTD/greetings.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MOTD/greetings.sh diff --git a/MOTD/greetings.sh b/MOTD/greetings.sh new file mode 100644 index 0000000..43f6065 --- /dev/null +++ b/MOTD/greetings.sh @@ -0,0 +1,3 @@ +echo "" +echo "Welcome %name%! To run the updater enter the following to the console:" +echo "bash /opt/updater.sh"