mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 07:42:51 +00:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export APP_NOTIFIER="http"
|
|
export APP_HTTP_NOTIFIER_URL="http://requestb.in/v9b229v9"
|
|
|
|
go run src/main.go
|
|
|