mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2025-07-25 12:53:09 +00:00
8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
docker run -it --rm -v /mnt/data/scripts/ipt-enable-logs:/src -w /src --network=none golang:1.17.3 go build -v -o /src/ipt-enable-logs /src >&2
|
|
|
|
/mnt/data/scripts/ipt-enable-logs/ipt-enable-logs
|