1#!/bin/sh 2# 3# Assumes the "magick" command has been installed 4# 5magick -size 100x100 xc:red \ 6 \( rose: -rotate -90 \) \ 7 +append show: 8