mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-24 08:39:59 +01:00
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
montage -channel rgba -background "rgba(0,0,0,0)" *.svg -tile 20x20 -geometry 128x128+2+2 icons.png
|