Deleted pre-commit
This commit is contained in:
parent
8bae3c31c4
commit
0bbff7b4dd
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
set -eo pipefail
|
||||
|
||||
find ./ -type f -name '*.png' -not -path '*/.git/*' -exec sh -c 'cwebp -lossless $1 -o "${1%.png}.webp"' _ {} \;
|
||||
find . -type f -not -path '*/.git/*' \( ! -iname ".gitignore" ! -iname "pre-commit" \) -exec sed -i -e 's/\.png/\.webp/g' {} \;
|
Loading…
x
Reference in New Issue
Block a user