mirror of
https://github.com/bytedance/g3.git
synced 2026-05-08 10:00:00 +00:00
12 lines
126 B
Bash
Executable file
12 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
SCRIPT_DIR=$(dirname $0)
|
|
|
|
cd "${SCRIPT_DIR}"
|
|
|
|
export CAROOT="."
|
|
|
|
mkcert g3proxy.local
|
|
mkcert httpbin.local
|