Files
bash-tut/teil10/simplevar.sh
T

5 lines
50 B
Bash

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