#!/bin/bash (socat TCP-LISTEN:443,fork,reuseaddr TCP:127.0.0.1:8443)& (socat TCP-LISTEN:80,fork,reuseaddr TCP:127.0.0.1:8080)&