Files
bash-tut/teil10/simplevar.sh
2024-07-06 15:59:24 +02:00

5 lines
50 B
Bash

# simplevar.sh
text="Inhalt"
echo "text=${text}"