Add new file

This commit is contained in:
Justin 2025-02-28 07:09:08 +00:00
parent 4206a33bf4
commit f6022c7fe6

4
Init.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
read -p "Bitte gib einen Text ein: " user_input
echo "Du hast eingegeben: $user_input"