Files
it_school/Bash_scripting/1st_script.sh
Ionel Andrei Cataon ad4a4cf8f6 Refacere repo
2026-02-12 14:14:46 +02:00

7 lines
55 B
Bash
Executable File

#!/bin/bash
WORD="Hello world"
echo $WORD
echo $USER