ikarusbot/vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh

13 lines
189 B
Bash
Raw Normal View History

2025-01-10 19:52:34 +02:00
#!/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