mirror of
https://github.com/TeamNewPipe/Merchandise
synced 2025-10-05 23:52:48 +02:00
4 lines
140 B
Fish
Executable File
4 lines
140 B
Fish
Executable File
#! /usr/bin/fish
|
|
|
|
for i in *.svg; inkscape -e (basename "$i" .svg).png "$i"; convert (basename "$i" .svg).png (basename "$i" .svg).jpg; end
|