We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1354ecc commit 0a0ca09Copy full SHA for 0a0ca09
.github/workflows/makefile.yml
@@ -29,5 +29,5 @@ jobs:
29
30
- name: test
31
run: |
32
- ./websocketd --port=8080 python ./examples/python/count.py &
+ ./websocketd --port=8080 ./examples/bash/count.sh &
33
./websocat.x86_64-unknown-linux-musl -E ws://$(hostname):8080
0 commit comments