mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm \
|
|
-it \
|
|
--workdir /app/out \
|
|
-v ./:/app \
|
|
golang:1.21-alpine \
|
|
sh /app/make-releases.sh
|