Initial commit - Last War messaging system
This commit is contained in:
12
vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh
vendored
Executable file
12
vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user