Use variables in bash script

This commit is contained in:
2025-12-14 19:25:22 +00:00
parent 57e954511d
commit 777b6b567d

12
script.sh Normal file → Executable file
View File

@@ -1 +1,11 @@
fisierul nu exista dar voi incerca sa il afisez
#!/bin/bash
name="Liana"
course="DevOps Bash"
echo "Hello, $name!"
echo "You are learning $course"