4 lines
164 B
Cheetah
4 lines
164 B
Cheetah
|
#!/usr/bin/env bash
|
||
|
|
||
|
# https://github.com/ncarlier/webhookd
|
||
|
alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd'
|