SpoofDPI/build

9 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-03-11 04:13:49 +00:00
2023-09-08 08:35:41 +00:00
docker run --rm \
-it \
2024-07-27 02:00:53 +00:00
--workdir /app/out \
-v ./:/app \
2024-07-21 07:57:47 +00:00
golang:1.21-alpine \
2024-07-27 02:00:53 +00:00
sh /app/make-releases.sh