9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
LOCAL_PORT=12344
|
|
LOCAL_SOCK=/tmp/local_server1.sock
|
|
|
|
REMOTE_SSH=allen@localhost
|
|
REMOTE_PORT=12345
|
|
REMOTE_SOCK=/tmp/server1.sock
|