1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
This commit is contained in:
2025-08-11 02:36:35 +02:00
parent ce0a9336dd
commit 094eba42af
8 changed files with 149 additions and 10 deletions

8
run.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Rebuilding..."
go build -tags full -o ffwebp ./cmd/ffwebp
chmod +x ffwebp
./ffwebp $*