removed blankspace from dir names

This commit is contained in:
2025-05-06 18:07:56 +02:00
parent 2b84ca3c7e
commit e84560fa25
19 changed files with 0 additions and 0 deletions

9
Task_1/input.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
read -p "Enter your Firstname: " name
echo "Hello, $name. Welcome!"
read -p "First number: " n1
read -p "Second number: " n2
echo "Number1: $n1"
echo "Number2: $n2"