8 lines
39 B
Bash
8 lines
39 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
MYVAR=toto
|
||
|
echo $MYVAR
|
||
|
|
||
|
|