Andrea Amantini / May 29 2019

Image Magick

apt-get update
apt-get install -y imagemagick
for i in {1..5}; do echo "hello $i"; done
convert -size 100x100 xc: +noise Random "/results/noise.png"
convert -size 100x100 xc: +noise Random "/results/random.png"