For example, I have a hello.sh CGI bash script, i want to do something like this in the script:
hello.sh
m=$(python pythonscript.py) echo $m
I have tried but m was blank after echo
m
echo