simplevar.sh, unset.sh und concat.sh

This commit is contained in:
Olli Graf
2024-07-06 15:59:24 +02:00
parent 6b81d1ab79
commit 7d989a0619
3 changed files with 15 additions and 0 deletions

6
teil10/concat.sh Normal file
View File

@@ -0,0 +1,6 @@
# concat.sh
text="Inhalt"
text="Neuer ${text}"
echo "text=${text}"