Olli Graf
5 months ago
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
# concat.sh |
|||
text="Inhalt" |
|||
|
|||
text="Neuer ${text}" |
|||
|
|||
echo "text=${text}" |
@ -0,0 +1,4 @@ |
|||
# simplevar.sh |
|||
text="Inhalt" |
|||
|
|||
echo "text=${text}" |
@ -0,0 +1,5 @@ |
|||
# unset.sh |
|||
text="Inhalt" |
|||
|
|||
echo "text=${text}" |
|||
unset text |
Loading…
Reference in new issue