mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
html:
|
|
cat README.md|sed 's/(http:\/\/httpbin.org\//(\//'|ronn -5 -f --style 80c --pipe > ./httpbin/templates/httpbin.1.html
|
|
|
|
run: html
|
|
foreman start
|