1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Delete old sync.sh script

This commit is contained in:
Roman Zeyde 2021-09-18 20:16:26 +03:00
parent 77b47ec351
commit 2237e45a55

15
sync.sh
View File

@ -1,15 +0,0 @@
#!/bin/bash
set -eux
cd `dirname $0`
cargo fmt --all
cargo build --all --release
NETWORK=$1
shift
CMD="target/release/sync --network $NETWORK --db-dir ./db2 --daemon-dir $HOME/.bitcoin"
export RUST_LOG=${RUST_LOG-info}
$CMD --ignore-mempool $*
# use SIGINT to quit