5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
go run main.go -cert=./keys/cert.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
|