Files
it_school/Bash_scripting/1st_script.sh
Ionel Andrei Cataon 88c2c52751 update
2025-12-11 19:48:49 +02:00

7 lines
55 B
Bash
Executable File

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