mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
@cert = $HOME/.ssh/gurp_cert.pem
|
|
@key = $HOME/.ssh/gurp_key.pem
|
|
|
|
**/*.go {
|
|
daemon +sigterm: go run . -cert @cert -key @key
|
|
} |