6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/bash
|
|
|
|
# apt install imagemagick
|
|
|
|
convert -delay 300 -loop 0 simplebutton-tutorial-* simplebutton-tutorial.gif
|