Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bash-5.0$ grep -r HELLO *
- Dockerfile:ENV HELLO_HOST="0.0.0.0" HELLO_PORT="10000"
- Binary file lib/.precomp/B5CAF322277E500A4F406295EF0B5B93C9766C7A/03/03730E58401EF5D9E79D1F674DF0A5F9CF756E33 matches
- service.p6: host => %*ENV<HELLO_HOST> ||
- service.p6: die("Missing HELLO_HOST in environment"),
- service.p6: port => %*ENV<HELLO_PORT> ||
- service.p6: die("Missing HELLO_PORT in environment"),
- service.p6:say "Listening at http://%*ENV<HELLO_HOST>:%*ENV<HELLO_PORT>";
- ------------
- bash-5.0$ tree ../hello
- ../hello
- ├── Dockerfile
- ├── META6.json
- ├── README.md
- ├── lib
- │ └── Routes.pm6
- └── service.p6
- 1 directory, 5 files
Add Comment
Please, Sign In to add comment