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