4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash
|
|
|
|
magick montage * -shadow -tile 5x -background snow4 $(date +"%Y.%m.%d").gif
|