Vlad's Roam Garden

Powered by 🌱Roam Garden

I needed to convert images to (for )

`ls`.split.filter{|it| it.end_with? ".webp"}.each {|it| `dwebp #{it} -o #{it}.png`}` 

was really easy to write