File size: 231 Bytes
b4f3c4e
 
5629e8a
68d43a3
b4f3c4e
1f421eb
1
2
3
4
5
6
7
#!/bin/bash

ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p8043 &

echo "Starting VSCode Server..."
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 8080 --without-connection-token "${@}"