Skip to content

Instantly share code, notes, and snippets.

View vtsouval's full-sized avatar
🎯
Focusing

Vasilis Tsouvalas vtsouval

🎯
Focusing
View GitHub Profile
@vtsouval
vtsouval / vscode-tunnel-manager.sh
Created January 8, 2026 10:46
GitHub Remote Tunnel Manager script for remote access via VS Code
#!/usr/bin/env bash
set -e
INSTALL_DIR="$HOME/bin"
CODE_BIN="$INSTALL_DIR/code"
SERVICE_DIR="$HOME/.config/systemd/user"
########################################
# HELPER FUNCTIONS
########################################