scripts: move to scripts/ subdir, prepare for alpha.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-06-25 13:49:17 +09:30
parent 61737a79d2
commit 8f4426e09b
7 changed files with 212 additions and 171 deletions

7
test-cli/scripts/vars.sh Normal file
View File

@@ -0,0 +1,7 @@
# Sourced by other scripts
CLI="bitcoin-cli -regtest"
STYLE=bitcoin
#CLI="alpha-cli -regtest -testnet=0"
#STYLE=alpha
#PREFIX="valgrind --vgdb-error=1"