6 lines
38 B
Bash
6 lines
38 B
Bash
#!/bin/bash
|
|
|
|
|
|
MYVAR=toto
|
|
echo $MYVAR
|
|
|
#!/bin/bash
|
|
|
|
|
|
MYVAR=toto
|
|
echo $MYVAR
|
|
|