This commit is contained in:
Ionel Andrei Cataon
2025-12-11 19:48:49 +02:00
parent ac323963e0
commit 88c2c52751
3 changed files with 47 additions and 0 deletions

6
Bash_scripting/1st_script.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
WORD="Hello world"
echo $WORD
echo $USER