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