diff --git a/notebook/Linux/Tuprules/Miscelaneous.md b/notebook/Linux/Tuprules/Miscelaneous.md new file mode 100644 index 0000000..d80491b --- /dev/null +++ b/notebook/Linux/Tuprules/Miscelaneous.md @@ -0,0 +1,7 @@ +# Miscelaneous +Random stuff that can be made easier with tup + +## Convert WebP to PNG +```tup +: foreach *.webp |> vips pngwrite %f %o |> %B.png +``` \ No newline at end of file diff --git a/notebook/Linux/Tuprules/Readme.md b/notebook/Linux/Tuprules/Readme.md new file mode 100644 index 0000000..4277398 --- /dev/null +++ b/notebook/Linux/Tuprules/Readme.md @@ -0,0 +1,2 @@ +# Tuprules +A small repository of [[tup]] rules to compile \ No newline at end of file