mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
5 lines
109 B
Fish
5 lines
109 B
Fish
for i in assets/*;
|
|
set -l file_name (basename $i .svg)
|
|
convert -background none $i ./$file_name'.png'
|
|
;end
|