mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
5 lines
56 B
Bash
5 lines
56 B
Bash
|
#!/bin/bash
|
||
|
set -eux
|
||
|
cd `dirname $0`
|
||
|
./query.sh bitcoin
|