IXWebSocket/test/compatibility/python/websockets/entrypoint.sh

11 lines
146 B
Bash
Raw Normal View History

#!/bin/sh
case $MODE in
echo_server)
./echo_server.py
;;
ssl)
python /usr/bin/echo_server_ssl.py
;;
esac