tests: add example scripts
This commit is contained in:
parent
ff94985b8b
commit
3403795c86
2 changed files with 19 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue