init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
22
testscript
Normal file
22
testscript
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Starte"
|
||||
|
||||
export myvar="xxxxxxxxxx"
|
||||
echo $myvar
|
||||
|
||||
bla()
|
||||
{
|
||||
echo $myvar
|
||||
myvar="micht hallo"
|
||||
}
|
||||
|
||||
alles()
|
||||
{
|
||||
|
||||
myvar="asdsadasdasda"
|
||||
echo $myvar
|
||||
bla
|
||||
echo $myvar
|
||||
set
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue