Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
templet
/
ocode
like
0
Runtime error
App
Files
Files
Community
4d074fc
ocode
/
start_server.sh
nyanya
fix
4d074fc
over 1 year ago
raw
Copy download link
history
blame
Safe
231 Bytes
#!/bin/bash
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
echo
"Starting VSCode Server..."
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token
"
${@}
"