rke2/scripts/remote-debug-exit

10 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cd $(dirname $0)/..
dlv connect :2345 <<< '
q
y
'