Browse Source

Make sure utxosplitter always executes from it's current dir

pull/1/head
Luke Childs 6 years ago
parent
commit
6fea5e375b
  1. 1
      utxosplitter.sh

1
utxosplitter.sh

@ -1,4 +1,5 @@
#!/bin/bash
cd "${BASH_SOURCE%/*}" || exit
# Optionally just get the cli for a single coin
# e.g "KMD"

Loading…
Cancel
Save