.profile/notebook/Linux/Tuprules/Miscelaneous.md
2022-06-13 10:27:40 +02:00

7 lines
No EOL
145 B
Markdown

# Miscelaneous
Random stuff that can be made easier with tup
## Convert WebP to PNG
```tup
: foreach *.webp |> vips pngwrite %f %o |> %B.png
```