1
0
mirror of https://github.com/TeamNewPipe/Merchandise synced 2025-10-05 23:52:48 +02:00
Files
Merchandise/advertising/36C3/convert.fish
2019-12-31 02:20:22 +01:00

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