Add guides
This commit is contained in:
parent
5bf555aaa3
commit
65ec3ec18f
57 changed files with 510 additions and 91 deletions
1
source/assets/images/guides/pfsense/webp-to-png.sh
Normal file
1
source/assets/images/guides/pfsense/webp-to-png.sh
Normal file
|
@ -0,0 +1 @@
|
|||
find "." -type f -name "*.png" -exec sh -c 'convert "$0" "${0%.png}.webp"' {} \;
|
Loading…
Add table
Add a link
Reference in a new issue