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