8 lines
148 B
Bash
Executable File
8 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ./config.sh
|
|
|
|
nvim --headless --listen $REMOTE_SOCK &
|
|
|
|
socat TCP-LISTEN:$REMOTE_PORT,fork,reuseaddr UNIX-CONNECT:$REMOTE_SOCK
|