mirror of
https://github.com/romanz/electrs.git
synced 2026-08-20 13:27:31 +02:00
4 lines
56 B
Bash
Executable file
4 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
cd `dirname $0`
|
|
./query.sh bitcoin
|