tests: add example scripts

This commit is contained in:
Erik Arvstedt 2020-12-18 13:27:21 +01:00
parent ff94985b8b
commit 3403795c86
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 19 additions and 1 deletions

View file

@ -17,6 +17,8 @@ if [[ ! -v IN_NIX_SHELL ]]; then
exec nix-shell --run "./${BASH_SOURCE[0]##*/} $*"
fi
cd "${BASH_SOURCE[0]%/*}"
tmpDir=/tmp/nix-bitcoin-qemu-vm
mkdir -p $tmpDir