removed blankspace from dir names
This commit is contained in:
9
Task_1/input.sh
Executable file
9
Task_1/input.sh
Executable 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"
|
||||
Reference in New Issue
Block a user