initial commit

This commit is contained in:
2024-07-25 10:54:27 +02:00
parent 3a922fd5bc
commit d2ae809b98
113 changed files with 19295 additions and 2522 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
echo "Hello, my name is Shiny! Who am I talking to?"
echo Type your name to continue:
read name
echo --------------------------
echo Nice to meet you $name!.
echo You have done a great job.
echo 💥 Congratulations $name and see you later 💥
echo --------------------------