Merge branch 'Hikyu-master-patch-79279' into 'master'

Add new file

See merge request Hikyu/linux-server-tools!1
This commit is contained in:
Justin 2025-02-28 07:09:16 +00:00
commit a93a2d248a

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"