7 lines
51 B
Bash
7 lines
51 B
Bash
#!/bin/bash
|
|
|
|
|
|
MYVAR=toto
|
|
echo $MYVAR
|
|
|
|
bad syntax ?
|