generated from Luis/nextjs-python-web-template
Rename producer to service and consumer to client
This commit is contained in:
3
pkgs/clan-cli/emulate_entity.sh
Executable file
3
pkgs/clan-cli/emulate_entity.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
while true ; do printf 'HTTP/1.1 200 OK\r\n\r\ncool, thanks' | nc -l -N 127.0.0.1 5555 ; done
|
||||
Reference in New Issue
Block a user