core-lightning/daemon/test/scripts/shutdown.sh
Rusty Russell 4bbb86ae30 daemon: clean up test dirs.
Move final helpers out of test-cli/

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-05-03 11:27:56 +09:30

7 lines
87 B
Bash
Executable File

#! /bin/sh -e
. `dirname $0`/vars.sh
$CLI stop
sleep 1 # Make sure socket is closed.