compile c/c++ code in assembly with an broswer
Lots of useful bash scripting tips:
$? exit status of the last command (${PIPESTATUS} for pipelined commands)
avoid tempory files: diff <(wget -O - url1) <(wget -O - url2)