35539-vm/vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh
Flatlogic Bot 7794e16d3d Websocket
2025-11-07 06:54:43 +00:00

13 lines
189 B
Bash

#!/bin/bash
set -x
echo "Running $0"
echo Adding "$1 host.ratchet.internal" to /etc/hosts file
echo $1 host.ratchet.internal >> /etc/hosts
echo /etc/hosts contains:
cat /etc/hosts
echo