From f6022c7fe6466f10c5e271805846b9ad3036cc79 Mon Sep 17 00:00:00 2001
From: Justin Rost <therosti@gmail.com>
Date: Fri, 28 Feb 2025 07:09:08 +0000
Subject: [PATCH] Add new file

---
 Init.sh | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Init.sh

diff --git a/Init.sh b/Init.sh
new file mode 100644
index 0000000..cabda3b
--- /dev/null
+++ b/Init.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+read -p "Bitte gib einen Text ein: " user_input
+echo "Du hast eingegeben: $user_input"
\ No newline at end of file