Refacere repo

This commit is contained in:
Ionel Andrei Cataon
2026-02-12 14:14:46 +02:00
parent 002d53928a
commit ad4a4cf8f6
1059 changed files with 193216 additions and 1 deletions

6
Bash_scripting/1st_script.sh Executable file
View File

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