PHP Classes

File: vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh   Download  
File: vendor/ratchet/rfc6455/tests/ab/docker_bootstrap.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WebSockets Server Example
Example to interact with a server using WebSockets
Author: By
Last change:
Date: 2 years ago
Size: 189 bytes
 

Contents

Class file image Download
#!/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