sshx-space / start.sh
dakunesu's picture
Upload folder using huggingface_hub
5733977 verified
raw
history blame contribute delete
290 Bytes
#!/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