mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 22:09:55 +00:00
9 lines
107 B
Bash
9 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Rebuilding..."
|
||
|
go build -tags full -o ffwebp ./cmd/ffwebp
|
||
|
|
||
|
chmod +x ffwebp
|
||
|
|
||
|
./ffwebp $*
|