#!/bin/bash # Start simple HTTP server for the web interface on port 7860 echo "Starting web server on port 7860..." python3 -m http.server 7860 & # Start sshx in sharing mode echo "Starting sshx..." echo "This will create a shareable terminal session" # Run sshx and keep it alive sshx