6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
PIPE=$(python -c 'import json; print( json.load( open( "session.json" ))["debugServicePipeName"] )')
|
|
|
|
ssh -L 4321:$PIPE localhost
|
|
|