$ echo "if you set it to 'nothing', it's all white, which is fine I guess" > $outfile
$ cat $outfile
if you set it to 'nothing', it's all white, which is fine I guess
$ echo "if you set it to 'sh', you get script styling, and sometimes that'll look weird" > $outfile
$ cat $outfile
if you set it to 'sh', you get script styling, and sometimes that'll look weird