4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
magick -size 100x100 xc:red \
|
|
\( rose: -rotate -90 \) \
|
|
+append show:
|