This commit is contained in:
Justin 2025-02-28 08:22:45 +01:00
parent 69178f339d
commit a056fc0365

View File

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
echo "Test" read -p "Bitte SSH-Public-Key eingeben: " user_input
echo "Du hast eingegeben: $user_input"