5 lines
50 B
Bash
5 lines
50 B
Bash
# simplevar.sh
|
|
text="Inhalt"
|
|
|
|
echo "text=${text}"
|
# simplevar.sh
|
|
text="Inhalt"
|
|
|
|
echo "text=${text}"
|