SH declara variable
#!/bin/sh
MY_MESSAGE="Hello World"
echo $MY_MESSAGE
Repulsive Rook
#!/bin/sh
MY_MESSAGE="Hello World"
echo $MY_MESSAGE