1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 22:09:55 +00:00
Files
ffwebp/run.sh

9 lines
107 B
Bash
Raw Normal View History

2025-08-11 02:36:35 +02:00
#!/bin/bash
echo "Rebuilding..."
go build -tags full -o ffwebp ./cmd/ffwebp
chmod +x ffwebp
./ffwebp $*