mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 07:37:05 +01:00
4bbb86ae30
Move final helpers out of test-cli/ Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
. `dirname $0`/vars.sh
|
|
|
|
$CLI stop
|
|
sleep 1 # Make sure socket is closed.
|