1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 13:59:54 +00:00
Files
ffwebp/run.sh
2025-08-11 02:36:35 +02:00

9 lines
107 B
Bash
Executable File

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